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>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.95</string>
<string>1.96</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

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