From bb492f1530261cb0e8d122255ed0092464bde06e Mon Sep 17 00:00:00 2001 From: HammerGS Date: Fri, 26 Aug 2016 21:36:15 -0600 Subject: [PATCH] --- docs/history.txt | 4 +++- src/megameklab/com/MegaMekLab.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/history.txt b/docs/history.txt index a811fb758..33a5c20a1 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,8 @@ VERSION HISTORY: ---------------- -v0.1.58-git (2016-08-26 03:00 UTC) +v0.1.59 + +v0.1.58 (2016-08-26 03:00 UTC) + Fixed some issues with Tripods (AES, and cockpits) + Updated MegaMek.jar to 0.41.22 diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index e8b26441d..6bf0ab385 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -25,7 +25,7 @@ import megameklab.com.ui.Mek.MainUI; public class MegaMekLab { - public static final String VERSION = "0.1.58"; + public static final String VERSION = "0.1.59-git"; public static void main(String[] args) { System.setProperty("apple.laf.useScreenMenuBar", "true");