mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
update to version 0.7
This commit is contained in:
parent
7587e65a3a
commit
84c6ab76e0
29 changed files with 58 additions and 38 deletions
|
|
@ -17,6 +17,7 @@
|
|||
<dependencySet>
|
||||
<outputDirectory>/lib/</outputDirectory>
|
||||
<excludes>
|
||||
<exclude>org.mage:Mage-Client</exclude>
|
||||
<exclude>org.mage:Mage-Theme-Plugin</exclude>
|
||||
<exclude>org.mage:Mage-Card-Plugin</exclude>
|
||||
<exclude>org.mage:Mage-Counter-Plugin</exclude>
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ public class MageFrame extends javax.swing.JFrame {
|
|||
*/
|
||||
public MageFrame() {
|
||||
|
||||
setTitle("Mage, version 0.6.1");
|
||||
setTitle("Mage, version 0.7");
|
||||
|
||||
EDTExceptionHandler.registerExceptionHandler();
|
||||
addWindowListener(new WindowAdapter() {
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ public class AboutDialog extends MageDialog {
|
|||
}
|
||||
});
|
||||
|
||||
jLabel1.setText("MAGE client, version 0.6.1");
|
||||
jLabel1.setText("MAGE client, version 0.7");
|
||||
|
||||
lblVersion.setText("version");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue