Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
Due to an error in the FormEditor NuGet package build, it had to be
rebuilt... so the package version has been bumped.
  • Loading branch information
kjac committed Jan 1, 2017
1 parent c0c105d commit 06d6d95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"grunt-template": "^0.2.3"
},
"meta": {
"version": "0.16.1.3"
"version": "0.16.1.4"
}
}
4 changes: 2 additions & 2 deletions Source/Solution/FormEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.16.1.3")]
[assembly: AssemblyFileVersion("0.16.1.3")]
[assembly: AssemblyVersion("0.16.1.4")]
[assembly: AssemblyFileVersion("0.16.1.4")]

0 comments on commit 06d6d95

Please sign in to comment.