Skip to content

Commit

Permalink
Bumped desktop version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pskowronek committed Dec 9, 2018
1 parent a3f0c46 commit ccfc5d7
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.2.0'
version '1.2.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.2.0";
public static final String VERSION = "1.2.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 ccfc5d7

Please sign in to comment.