bump version to 0.10.1

This commit is contained in:
Loki 2012-12-28 12:48:26 +13:00
parent addfe34c0e
commit aa31ef23d3
27 changed files with 28 additions and 28 deletions

View file

@ -124,7 +124,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, 0, "dev");
private static final MageVersion version = new MageVersion(0, 10, 1, "");
private UUID clientId;
private static MagePane activeFrame;
private static boolean liteMode = false;