bump version to 1.82

master
lodici 2017-01-30 12:59:53 +00:00
parent a0836c99ee
commit 59083ca60b
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.81</string>
<string>1.82</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.82 (February 26, 2017)
============
Release 1.81 (January 30, 2017)
============
lodici

View File

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