Skip to content

Commit

Permalink
Changed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreywwang committed Mar 13, 2017
1 parent 25c6718 commit 8545178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.1</version>
<version>1.3.2</version>
<packaging>jar</packaging>

<name>WHS Planner</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/WHS_planner/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ 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.3.1";
public static final String VERSION_NUMBER = "1.3.2";

public static final String UPDATE_NOTES = "- Added task editing support (Suggestion from Vincent Pak)\n - Added icons to make the app look better\n - iPass login should be fixed";
public static final String UPDATE_NOTES = " - Added task editing support (Suggestion from Vincent Pak)\n - Added icons to make the app look better\n - iPass login should be fixed";

public static boolean isFirstStartup = false;
public static boolean isFirstTimeOnVersion = false;
Expand Down

0 comments on commit 8545178

Please sign in to comment.