Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Jul 4, 2016
1 parent e1f0ff0 commit 350ce1b
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 '1.6.1'
version '2.0.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 = '1.6.1'
publishVersion = '2.0.0'
desc = 'A memcached-like Java cache, focused on portability'
website = 'https://github.com/Fewlaps/quitnow-cache'
}
Expand Down

0 comments on commit 350ce1b

Please sign in to comment.