Skip to content

Commit

Permalink
Bump to v1.5.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored May 3, 2021
1 parent b5694b6 commit 364ee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def snapshotSuffix = '-SNAPSHOT'
def suffix = isRelease ? '' : snapshotSuffix

group = 'com.github.joselion'
version = "1.4.1$suffix"
version = "1.5.0$suffix"

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 364ee4d

Please sign in to comment.