From d042a3291db707d93884ca691c168f70aab9caa2 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Fri, 26 Oct 2018 18:54:42 +0900 Subject: [PATCH] Bump version 3.3.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6652e9..aaa26cc 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ cache.set("key", "value", 42, TimeUnit.SECONDS); ```groovy repositories { jcenter() } -compile 'com.fewlaps.quitnowcache:quitnow-cache:3.2.0' +compile 'com.fewlaps.quitnowcache:quitnow-cache:3.3.0' ``` * Grab via Maven: ```xml @@ -100,7 +100,7 @@ compile 'com.fewlaps.quitnowcache:quitnow-cache:3.2.0' com.fewlaps.quitnowcache quitnow-cache - 3.2.0 + 3.3.0 ``` diff --git a/build.gradle b/build.gradle index dc5fa0b..1d69b2f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.fewlaps.quitnowcache' -version '3.2.0' +version '3.3.0' apply plugin: 'java' apply plugin: 'com.novoda.bintray-release'