Skip to content

Commit

Permalink
Changed Version Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey_wang committed Apr 10, 2017
1 parent d5c15a4 commit 01bb25b
Show file tree
Hide file tree
Showing 2 changed files with 4 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.1</version>
<version>1.4.2</version>
<packaging>jar</packaging>

<name>WHS Planner</name>
Expand Down
4 changes: 3 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.1";
public static final String VERSION_NUMBER = "1.4.2";

public static final String UPDATE_NOTES =
"===== CHANGES =====\n " +
Expand All @@ -38,6 +38,8 @@ public class Main extends Application {
"- Show letter days on the calendar (Vincent Pak/Kevin Wang/Talia Leong)\n " +
"===== BUG FIXES =====\n " +
"- Minor bell 2 error fixed (Found by Thomas Daley) \n " +
"- Fixed iPass login for some users \n " +
"- Fixed error log \n " +
"- Fixed tasks not saving upon shutdown (Found by Kevin Wang)";

public static boolean isFirstStartup = false;
Expand Down

0 comments on commit 01bb25b

Please sign in to comment.