Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Aug 28, 2017
1 parent 993f84b commit 693c5dc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"alias": "Skybrud.Umbraco.Redirects",
"name": "Skybrud Redirects",
"editor": {
"view": "~/App_Plugins/Skybrud.Umbraco.Redirects/Views/PropertyEditor.html?v=0.2.4",
"view": "~/App_Plugins/Skybrud.Umbraco.Redirects/Views/PropertyEditor.html?v=0.2.9",
"hideLabel": true
},
"prevalues": {
Expand Down
4 changes: 2 additions & 2 deletions src/Skybrud.Umbraco.Redirects/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.2.5.8")]
[assembly: AssemblyInformationalVersion("0.2.8")]
[assembly: AssemblyVersion("0.2.5.9")]
[assembly: AssemblyInformationalVersion("0.2.9")]
6 changes: 3 additions & 3 deletions src/Skybrud.Umbraco.Redirects/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"company": "Skybrud.dk",
"product": "Skybrud.Umbraco.Redirects",
"copyright": "Copyright © 2017",
"version": "0.2.5.8",
"informationalVersion": "0.2.8",
"fileVersion": "0.0.337.4"
"version": "0.2.5.9",
"informationalVersion": "0.2.9",
"fileVersion": "0.0.406.1"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.337.4")]
[assembly: AssemblyFileVersion("0.0.406.1")]

0 comments on commit 693c5dc

Please sign in to comment.