bump version to 1.86

master
lodici 2017-06-02 09:02:50 +01:00
parent a5e4bfb640
commit 06b9329a10
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.85</string>
<string>1.86</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -72,6 +72,9 @@ Thanks to
Thank you for your support and have fun!
Release 1.86 (June 30, 2017)
============
Release 1.85 (May 28, 2017)
============
lodici

View File

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