Skip to content

Commit

Permalink
updated version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Oct 12, 2018
1 parent a3e7d13 commit ea0828c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Our.Umbraco.Look</id>
<version>0.2.0</version>
<version>0.3.0</version>
<authors>Hendy Racher</authors>
<owners>Hendy Racher</owners>
<licenseUrl>https://github.com/Hendy/umbraco-look/blob/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Our.Umbraco.Look/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]

0 comments on commit ea0828c

Please sign in to comment.