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");