added section for 1.35 in README

master
melvin 2013-02-11 10:28:50 +08:00
parent 38bb8d4ccb
commit 6a9c291d66
3 changed files with 7 additions and 3 deletions

View File

@ -7,9 +7,9 @@
<key>CFBundleIdentifier</key>
<string>magic.MagicMain</string>
<key>CFBundleVersion</key>
<string>1.34</string>
<string>1.35</string>
<key>CFBundleShortVersionString</key>
<string>1.34</string>
<string>1.35</string>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>

View File

@ -55,6 +55,10 @@ Thank you for your support and have fun!
Release 1.35 (February 23, 2013)
============
includes contributions from ...
Release 1.34 (January 26, 2013)
============
includes contributions from melvin, Aunukia, and swanninger

View File

@ -27,7 +27,7 @@ public class VersionPanel extends JPanel implements ActionListener {
private static final long serialVersionUID = 1L;
private static final String VERSION = "1.34";
private static final String VERSION = "1.35";
private static final String VERSION_TEXT = "Magarena " + VERSION;
private static final Border LOGO_BORDER=BorderFactory.createMatteBorder(2,2,2,2,new Color(0x8C,0x78,0x53));