Skip to content

Commit

Permalink
updated version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thawn committed Jun 29, 2019
1 parent 04d94a4 commit c311228
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/mac/ttmp32gme.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>ttmp32gme</string>
<key>CFBundleGetInfoString</key>
<string>ttmp32gme 0.3.0 Copyright 2017 thawn</string>
<string>ttmp32gme 0.3.1 Copyright 2017 thawn</string>
<key>CFBundleIconFile</key>
<string>appIcon.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSEnvironment</key>
Expand All @@ -35,7 +35,7 @@
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>ttmp32gme 0.3.0 Copyright 2017 ttmp32gme</string>
<string>ttmp32gme 0.3.1 Copyright 2017 ttmp32gme</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFBundleName = "ttmp32gme";
CFBundleShortVersionString = "0.3.0";
CFBundleGetInfoString = "ttmp32gme version 0.3.0 Copyright 2017 thawn";
CFBundleShortVersionString = "0.3.1";
CFBundleGetInfoString = "ttmp32gme version 0.3.1 Copyright 2017 thawn";
NSHumanReadableCopyright = "Copyright 2017 thawn.";
2 changes: 1 addition & 1 deletion src/update_version.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use DBI;
use DBIx::MultiStatementDo;

my $version_str = "0.3.0";
my $version_str = "0.3.1";

# Command line startup options
# Usage: update_version [-v|--version]
Expand Down

0 comments on commit c311228

Please sign in to comment.