bump version to 1.91 to prepare for release

master
melvinzhang 2018-01-23 15:06:19 +08:00
parent aa34eef76b
commit abc5dfa4f4
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.90</string> <string>1.91</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Maga</string> <string>Maga</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>

View File

@ -73,6 +73,9 @@ Thanks to
Thank you for your support and have fun! Thank you for your support and have fun!
Release 1.91 (January 27, 2017)
============
Release 1.90 (October 29, 2017) Release 1.90 (October 29, 2017)
============ ============
kelsioboy kelsioboy

View File

@ -25,7 +25,7 @@ import magic.utility.MagicFileSystem.DataPath;
final public class MagicSystem { final public class MagicSystem {
private MagicSystem() {} private MagicSystem() {}
public static final String VERSION = "1.90"; public static final String VERSION = "1.91";
static { static {
System.setProperty("http.agent", "Magarena " + VERSION); System.setProperty("http.agent", "Magarena " + VERSION);
} }