Skip to content

Commit

Permalink
Bump version to release it
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Jul 28, 2018
1 parent 4bba78f commit 6b60b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.fewlaps.quitnowcache'
version '3.0.0'
version '3.1.0'

apply plugin: 'java'
apply plugin: 'com.novoda.bintray-release'
Expand Down Expand Up @@ -34,7 +34,7 @@ publish {
userOrg = 'fewlaps'
groupId = 'com.fewlaps.quitnowcache'
artifactId = 'quitnow-cache'
publishVersion = '3.0.0'
publishVersion = project.version
desc = 'A memcached-like Java cache, focused on portability'
website = 'https://github.com/Fewlaps/quitnow-cache'
}
Expand Down

0 comments on commit 6b60b19

Please sign in to comment.