Skip to content

Commit

Permalink
chore(gradle): bump version to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Dec 17, 2021
1 parent 19dd934 commit a46a47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subprojects {
apply plugin: 'java'

group = 'com.envyful.better.dex.rewards'
version = '2.1.4'
version = '2.1.5'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)
public class BetterDexRewards {

protected static final String VERSION = "2.1.4";
protected static final String VERSION = "2.1.5";

private static BetterDexRewards instance;

Expand Down

0 comments on commit a46a47d

Please sign in to comment.