Skip to content

Commit

Permalink
Bumped up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martenfur committed Dec 2, 2019
1 parent ea4c5cb commit 2ebfa38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NoPipeline/NoPipeline/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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
2 changes: 1 addition & 1 deletion installer/packInstaller.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SetCompressor /SOLID /FINAL lzma

!define APPNAME "NoPipeline"
!define INSTALLERVERSION "1.1.0.0"
!define INSTALLERVERSION "1.1.1.0"

!define MUI_ICON "pics\icon.ico"
!define MUI_UNICON "pics\icon.ico"
Expand Down

0 comments on commit 2ebfa38

Please sign in to comment.