bump version to 1.45

master
melvin 2013-12-01 16:53:22 +08:00
parent 7baa5c5f49
commit a6764a3fc0
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.44</string>
<string>1.45</string>
<key>CFBundleSignature</key>
<string>Maga</string>
<key>CFBundleVersion</key>

View File

@ -52,6 +52,10 @@ Thank you for your support and have fun!
Release 1.45 (December 28, 2013)
============
includes contributions from:
Release 1.44 (November 30, 2013)
============
includes contributions from:

View File

@ -20,7 +20,7 @@ public class VersionPanel extends JPanel implements ActionListener {
private static final long serialVersionUID = 1L;
private static final String VERSION = "1.44";
private static final String VERSION = "1.45";
private static final String VERSION_TEXT = "Magarena " + VERSION;
private final MagicFrame frame;