mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Pumped version in java files and main pom
This commit is contained in:
parent
5577d5b3a8
commit
441a9870c8
4 changed files with 5 additions and 5 deletions
|
|
@ -119,7 +119,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(0, 10, 1, "");
|
||||
private static final MageVersion version = new MageVersion(1, 0, 0, "");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue