bump version to 1.78

master
melvinzhang 2016-09-26 21:44:59 +08:00
parent d08f5295d0
commit 0262499184
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.77</string>
<string>1.78</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -71,6 +71,9 @@ Thanks to
Thank you for your support and have fun!
Release 1.78 (October 30, 2016)
============
Release 1.77 (September 25, 2016)
============
kelsioboy

View File

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