mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08: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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue