mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
bump version to 0.10.1
This commit is contained in:
parent
addfe34c0e
commit
aa31ef23d3
27 changed files with 28 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue