bump version number to 1.96

master
melvinzhang 2019-12-29 11:16:33 +08:00
parent 68815c9eea
commit 3fed8cbf3e
2 changed files with 2 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.95</string> <string>1.96</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Maga</string> <string>Maga</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>

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