mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Set Version to 1.0.1
This commit is contained in:
parent
e67620260c
commit
aa0290fd32
33 changed files with 35 additions and 35 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(1, 0, 0, "");
|
||||
private static final MageVersion version = new MageVersion(1, 0, 1, "");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ public class MultiConnectTest {
|
|||
|
||||
private final static CountDownLatch latch = new CountDownLatch(USER_CONNECT_COUNT);
|
||||
|
||||
private final static MageVersion version = new MageVersion(0, 8, 1, "");
|
||||
private final static MageVersion version = new MageVersion(1, 0, 1, "");
|
||||
|
||||
private static volatile int connected;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue