Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Minton committed Sep 24, 2015
1 parent 3616ee1 commit 9034cca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "DataButler"
#define MyAppVersion "1.0.0.34"
#define MyAppVersion "1.0.0.35"
#define MyAppPublisher "Michael Minton"
#define MyAppURL "http://michael.minton.io"
#define MyAppExeName "DataButler.exe"
Expand All @@ -24,7 +24,7 @@ DefaultGroupName={#MyAppName}
AllowNoIcons=yes
LicenseFile=C:\Dev\DataButler\Resources\License.txt
OutputDir=C:\Dev\DataButler\Setup
OutputBaseFilename=DataButlerSetup1.0.0.34
OutputBaseFilename=DataButlerSetup1.0.0.35
SetupIconFile=C:\Dev\DataButler\Resources\DataButler.ico
Compression=lzma
SolidCompression=yes
Expand Down
4 changes: 2 additions & 2 deletions src/DataButler/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.0.0.34")]
[assembly: AssemblyFileVersion("1.0.0.34")]
[assembly: AssemblyVersion("1.0.0.35")]
[assembly: AssemblyFileVersion("1.0.0.35")]

0 comments on commit 9034cca

Please sign in to comment.