bump version to 1.45
parent
7baa5c5f49
commit
a6764a3fc0
|
@ -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>
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue