bump version to 1.81

master
melvinzhang 2017-01-10 19:48:23 +08:00
parent 673cd1bdef
commit f69d5acb55
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.80</string>
<string>1.81</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.81 (January 29, 2017)
============
Release 1.80 (December 31, 2016)
============
kelsioboy

View File

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