Skip to content

Commit

Permalink
updated BackOffice versioning to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Apr 2, 2019
1 parent 1d9fee5 commit 1f9d1f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Look.BackOffice.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Our.Umbraco.Look.BackOffice</id>
<version>0.3.0</version>
<version>0.4.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.BackOffice/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// 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.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]

//[assembly: EmbeddedResourceProtected("Our.Umbraco.Look.BackOffice.Resources.Controllers.SearcherController.js", "/App_Plugins/Look/SearcherController.js")]
//[assembly: EmbeddedResourceProtected("Our.Umbraco.Look.BackOffice.Resources.Controllers.TagController.js", "/App_Plugins/Look/TagController.js")]
Expand Down

0 comments on commit 1f9d1f8

Please sign in to comment.