bump version to 1.88 for new dev cycle

master
melvinzhang 2017-08-01 17:36:22 +08:00
parent 746c1a01ba
commit ae4e0efb58
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.87</string>
<string>1.88</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -73,6 +73,9 @@ Thanks to
Thank you for your support and have fun!
Release 1.88 (August 27, 2017)
============
Release 1.87 (July 31, 2017)
============
kelsioboy

View File

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