mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Pushed version to 1.2.0dev.
This commit is contained in:
parent
18d8d3a753
commit
d094f291aa
32 changed files with 114 additions and 114 deletions
|
|
@ -152,7 +152,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||
private JLabel title;
|
||||
private Rectangle titleRectangle;
|
||||
private static final MageVersion version = new MageVersion(1, 1, 0, "");
|
||||
private static final MageVersion version = new MageVersion(1, 2, 0, "dev");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue