updated version number
parent
520ab4628a
commit
e8305e91ac
|
@ -7,9 +7,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>magic.MagicMain</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.25</string>
|
||||
<string>1.26</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.25</string>
|
||||
<string>1.26</string>
|
||||
<key>CFBundleAllowMixedLocalizations</key>
|
||||
<string>true</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
|
@ -27,7 +27,7 @@ public class VersionPanel extends JPanel implements ActionListener {
|
|||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private static final String VERSION = "1.25";
|
||||
private static final String VERSION = "1.26";
|
||||
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));
|
||||
|
|
Loading…
Reference in New Issue