Pumped version in java files and main pom

This commit is contained in:
magenoxx 2013-02-26 15:44:21 +04:00
parent 5577d5b3a8
commit 441a9870c8
4 changed files with 5 additions and 5 deletions

View file

@ -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;