From c6841b6bb92fd9985920b16dd8bc3dbc1fff78db Mon Sep 17 00:00:00 2001 From: Razer0901 Date: Wed, 12 Apr 2017 22:32:08 -0400 Subject: [PATCH] Changed version numbers --- pom.xml | 2 +- src/main/java/WHS_planner/Main.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6a8d474..66152d1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ WHS_planner WHS_Planner - 1.4.2 + 1.4.3 jar WHS Planner diff --git a/src/main/java/WHS_planner/Main.java b/src/main/java/WHS_planner/Main.java index 9fedec6..1f169cf 100644 --- a/src/main/java/WHS_planner/Main.java +++ b/src/main/java/WHS_planner/Main.java @@ -21,7 +21,7 @@ public class Main extends Application { public static final String SAVE_FOLDER = System.getenv("HOME") + File.separator + "Library" + File.separator + "Application Support" + File.separator + "WHS Planner"; - public static final String VERSION_NUMBER = "1.4.2"; + public static final String VERSION_NUMBER = "1.4.3"; public static final String UPDATE_NOTES = "===== CHANGES =====\n " + @@ -40,6 +40,7 @@ public class Main extends Application { "- Minor bell 2 error fixed (Found by Thomas Daley) \n " + "- Fixed iPass login for some users \n " + "- Fixed error log \n " + + "- Fixed app not opening with corrupted files \n " + "- Fixed tasks not saving upon shutdown (Found by Kevin Wang)"; public static boolean isFirstStartup = false;