bump version to 1.55
parent
a29909d4af
commit
d2af9c52f4
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.54</string>
|
||||
<string>1.55</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>Maga</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
@ -68,6 +68,9 @@ Thank you for your support and have fun!
|
|||
|
||||
|
||||
|
||||
Release 1.55 (October 25, 2014)
|
||||
============
|
||||
|
||||
Release 1.54 (September 28, 2014)
|
||||
============
|
||||
Guest
|
||||
|
|
|
@ -30,7 +30,7 @@ import magic.utility.MagicFileSystem.DataPath;
|
|||
|
||||
public class MagicMain {
|
||||
|
||||
public static final String VERSION = "1.54";
|
||||
public static final String VERSION = "1.55";
|
||||
public static final String SOFTWARE_TITLE =
|
||||
"Magarena " + VERSION +
|
||||
(MagicUtility.isDevMode() ? " [DEV MODE]" : "");
|
||||
|
|
Loading…
Reference in New Issue