mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Changed version from 0.5 to 0.5.1 (for release)
This commit is contained in:
parent
642512f157
commit
85c24cd66b
3 changed files with 3 additions and 7 deletions
|
@ -108,7 +108,7 @@ public class MageFrame extends javax.swing.JFrame {
|
|||
/** Creates new form MageFrame */
|
||||
public MageFrame() {
|
||||
|
||||
setTitle("Mage, version 0.5");
|
||||
setTitle("Mage, version 0.5.1");
|
||||
|
||||
EDTExceptionHandler.registerExceptionHandler();
|
||||
addWindowListener(new WindowAdapter()
|
||||
|
|
|
@ -77,7 +77,7 @@ public class AboutDialog extends MageDialog {
|
|||
}
|
||||
});
|
||||
|
||||
jLabel1.setText("MAGE client, version 0.5");
|
||||
jLabel1.setText("MAGE client, version 0.5.1");
|
||||
|
||||
lblVersion.setText("version");
|
||||
|
||||
|
|
|
@ -6,9 +6,5 @@
|
|||
# nickname - Player's name you connect to the game with
|
||||
#
|
||||
#
|
||||
hand:player:Fiery Fall:1
|
||||
hand:player:Constricting Tendrils:1
|
||||
battlefield:player:Mountain:5
|
||||
battlefield:player:Island:5
|
||||
battlefield:computer:Bloodbraid Elf:1
|
||||
graveyard:player:Plains:1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue