From 5ee68b7d8913a047563efcf352e0b688b96dbe73 Mon Sep 17 00:00:00 2001 From: Ben Manes Date: Sun, 12 Jul 2015 17:11:09 -0700 Subject: [PATCH] Prepare for v1.3.0 release --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d807ec8480..a54214f320 100644 --- a/build.gradle +++ b/build.gradle @@ -48,8 +48,8 @@ subprojects { proj -> group = 'com.github.ben-manes.caffeine' version.with { major = 1 // incompatible API changes - minor = 2 // backwards-compatible additions - patch = 1 // backwards-compatible bug fixes + minor = 3 // backwards-compatible additions + patch = 0 // backwards-compatible bug fixes releaseBuild = rootProject.hasProperty('release') } archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()