bump version to 1.53
parent
57b27527a7
commit
4dd39bed05
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.52</string>
|
||||
<string>1.53</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>Maga</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
@ -65,6 +65,9 @@ Thank you for your support and have fun!
|
|||
|
||||
|
||||
|
||||
Release 1.53 (August 30, 2014)
|
||||
============
|
||||
|
||||
Release 1.52 (July 27, 2014)
|
||||
============
|
||||
includes contributions from:
|
||||
|
|
|
@ -31,7 +31,7 @@ import java.util.List;
|
|||
|
||||
public class MagicMain {
|
||||
|
||||
public static final String VERSION = "1.52";
|
||||
public static final String VERSION = "1.53";
|
||||
public static final String SOFTWARE_TITLE =
|
||||
"Magarena " + VERSION +
|
||||
(MagicUtility.isDevMode() ? " [DEV MODE]" : "");
|
||||
|
|
Loading…
Reference in New Issue