bump version to 1.95

master
melvinzhang 2018-11-12 21:40:52 +08:00
parent 02bf169500
commit 8bd8eb53d8
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.94</string> <string>1.95</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.95 (November 24, 2018)
============
Release 1.94 (August 31, 2018) Release 1.94 (August 31, 2018)
============ ============
Ada Joule Ada Joule

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.94"; public static final String VERSION = "1.95";
static { static {
System.setProperty("http.agent", "Magarena " + VERSION); System.setProperty("http.agent", "Magarena " + VERSION);
} }