From 4f0af725bea73b3bc6790f3c73ba2e6da9b56671 Mon Sep 17 00:00:00 2001 From: Jurriaan Mous Date: Mon, 18 Jul 2016 22:45:06 +0200 Subject: [PATCH] Release 2.12.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e83811a..415cfb3 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ This project supports any etcd client which supports the etcd v2 api. This is an org.mousio etcd4j - 2.11.0 + 2.12.0 ``` ## Gradle ``` -compile 'org.mousio:etcd4j:2.11.0' +compile 'org.mousio:etcd4j:2.12.0' ``` ## Manually diff --git a/build.gradle b/build.gradle index 195f558..7f6ff73 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ compileJava { } group = 'org.mousio' -version = '2.11.0' +version = '2.12.0' ext { isSnapshot = version.endsWith("-SNAPSHOT")