Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Minton committed Aug 26, 2015
1 parent 8fe1495 commit 2886b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.33"
#define MyAppVersion "1.0.0.34"
#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.33
OutputBaseFilename=DataButlerSetup1.0.0.34
SetupIconFile=C:\Dev\DataButler\Resources\DataButler.ico
Compression=lzma
SolidCompression=yes
Expand Down
6 changes: 3 additions & 3 deletions src/DataButler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Michael Minton")]
[assembly: AssemblyProduct("DataButler")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.33")]
[assembly: AssemblyFileVersion("1.0.0.33")]
[assembly: AssemblyVersion("1.0.0.34")]
[assembly: AssemblyFileVersion("1.0.0.34")]

0 comments on commit 2886b47

Please sign in to comment.