mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 18:50:06 -08:00
updated to version 0.7.1
This commit is contained in:
parent
96481ca9ee
commit
74bdfb9ea7
3 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@ public class MageFrame extends javax.swing.JFrame {
|
||||||
*/
|
*/
|
||||||
public MageFrame() {
|
public MageFrame() {
|
||||||
|
|
||||||
setTitle("Mage, version 0.7");
|
setTitle("Mage, version 0.7.1");
|
||||||
|
|
||||||
EDTExceptionHandler.registerExceptionHandler();
|
EDTExceptionHandler.registerExceptionHandler();
|
||||||
addWindowListener(new WindowAdapter() {
|
addWindowListener(new WindowAdapter() {
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ public class AboutDialog extends MageDialog {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
jLabel1.setText("MAGE client, version 0.7");
|
jLabel1.setText("MAGE client, version 0.7.1");
|
||||||
|
|
||||||
lblVersion.setText("version");
|
lblVersion.setText("version");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ public class Main {
|
||||||
|
|
||||||
private final static String testModeArg = "-testMode=";
|
private final static String testModeArg = "-testMode=";
|
||||||
private final static String pluginFolder = "plugins";
|
private final static String pluginFolder = "plugins";
|
||||||
private final static String version = "0.7";
|
private final static String version = "0.7.1";
|
||||||
|
|
||||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||||
public static ServerImpl server;
|
public static ServerImpl server;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue