Skip to content

Commit

Permalink
Changed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreywwang committed Apr 13, 2017
1 parent 90eef64 commit c6841b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>WHS_planner</groupId>
<artifactId>WHS_Planner</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
<packaging>jar</packaging>

<name>WHS Planner</name>
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/WHS_planner/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 " +
Expand All @@ -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;
Expand Down

0 comments on commit c6841b6

Please sign in to comment.