From 350ce1b828c0ace99f23a6a64e7b16a87920b003 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Mon, 4 Jul 2016 21:29:06 +0200 Subject: [PATCH] Bump version to 2.0.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 357f6df..2f52915 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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' }