Skip to content

Commit

Permalink
+ development snapshot <0.1.50>
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-M committed Feb 2, 2016
1 parent b4c0dcb commit 37b9975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified MegaMek.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
VERSION HISTORY:
----------------
v0.1.50-git
v0.1.50 (2016-02-02 13:10 UTC)
+ Changing keyboard shortcut for Vehicles back to CTRL-T
+ Updated MegaMek.jar to 0.41.14

v0.1.49 (2016-01-01 03:35 UTC)
+ Bug: Loading invalid unit displays validation failure message for current unit
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import megameklab.com.ui.Mek.MainUI;

public class MegaMekLab {
public static final String VERSION = "0.1.50-git";
public static final String VERSION = "0.1.50";

public static void main(String[] args) {
System.setProperty("apple.laf.useScreenMenuBar", "true");
Expand Down

0 comments on commit 37b9975

Please sign in to comment.