Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros87 committed Jan 3, 2018
1 parent 63f42a3 commit 0e58e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'pmstation'
version '1.0.0'
version '1.0.1'

apply plugin: 'java'
apply plugin: 'application'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class Constants {

public static final String PROJECT_NAME = "pm-home-station";
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.1";
public static final String PROJECT_URL = "/~https://github.com/rjaros87/pm-home-station";
public static final Locale DEFAULT_LOCALE = Locale.getDefault();
public static final String DEFAULT_ICON = "app-icon.png";
Expand Down

0 comments on commit 0e58e35

Please sign in to comment.