Skip to content

Commit

Permalink
Version bump (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed May 12, 2015
1 parent ca235c7 commit 2efb639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "picklesVersion=1.0.1"
set "picklesVersion=1.1.0"

cls

Expand Down
6 changes: 3 additions & 3 deletions src/Pickles/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyVersionAttribute("1.0.1")]
[assembly: AssemblyFileVersionAttribute("1.0.1")]
[assembly: AssemblyVersionAttribute("1.1.0")]
[assembly: AssemblyFileVersionAttribute("1.1.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "1.0.1";
internal const string Version = "1.1.0";
}
}

0 comments on commit 2efb639

Please sign in to comment.