bump version to 1.58

master
melvinzhang 2015-01-01 20:03:19 +08:00
parent 23218ce6e8
commit 413b7ee8e2
3 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.57</string>
<string>1.58</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -68,6 +68,9 @@ Thank you for your support and have fun!
Release 1.58 (January 31, 2015)
============
Release 1.57 (December 31, 2014)
============
lodici

View File

@ -32,7 +32,7 @@ import magic.utility.MagicStyle;
public class MagicMain {
public static final String VERSION = "1.57";
public static final String VERSION = "1.58";
public static final String SOFTWARE_TITLE =
"Magarena " + VERSION +
(MagicUtility.isDevMode() ? " [DEV MODE]" : "");