bump version to 1.77

master
melvinzhang 2016-08-29 16:42:19 +08:00
parent 55c6ec423a
commit 40ab9aab3f
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -71,6 +71,9 @@ Thanks to
Thank you for your support and have fun! Thank you for your support and have fun!
Release 1.77 (September 24, 2016)
============
Release 1.76 (August 28, 2016) Release 1.76 (August 28, 2016)
============ ============
lodici lodici

View File

@ -24,7 +24,7 @@ import magic.utility.MagicFileSystem.DataPath;
final public class MagicSystem { final public class MagicSystem {
private MagicSystem() {} private MagicSystem() {}
public static final String VERSION = "1.76"; public static final String VERSION = "1.77";
public static final String SOFTWARE_TITLE; public static final String SOFTWARE_TITLE;
private static final boolean DEV_MODE; private static final boolean DEV_MODE;