bump version to 1.48

master
melvin 2014-02-24 14:09:48 +08:00
parent 2bd51a2632
commit 24d6158552
3 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.47</string>
<string>1.48</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -62,6 +62,10 @@ Thank you for your support and have fun!
Release 1.48 (March 29, 2014)
============
includes contributions from:
Release 1.47 (February 23, 2014)
============
includes contributions from:

View File

@ -33,7 +33,7 @@ import java.util.List;
public class MagicMain {
public static final String VERSION = "1.47";
public static final String VERSION = "1.48";
public static final String SOFTWARE_TITLE = "Magarena " + VERSION;
public static JFrame rootFrame;