Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltz333 committed Aug 4, 2019
1 parent beefea7 commit 593942e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'GrizzlyTime'
version '2.0.1'
version '2.1.0'
mainClassName = "Main"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/helpers/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class Constants {
public static final boolean kCreditsBearPreserveRatio = true;
public static final int kCreditsWrapTextWidth = 285;

public static final String kVersion = "2.0.1";
public static final String kVersion = "2.1.0";

//splash constants
public static final int kSplashWidth = 390;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1.0

0 comments on commit 593942e

Please sign in to comment.