diff --git a/build.gradle b/build.gradle index 3290fc1..ec77f74 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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' }