From 0335d94ac6db80ba56e9ace3bb35a0247c905c03 Mon Sep 17 00:00:00 2001 From: Jurriaan Mous Date: Thu, 21 Apr 2016 10:54:13 +0200 Subject: [PATCH] Release 2.11.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b322ff..e83811a 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.10.0 + 2.11.0 ``` ## Gradle ``` -compile 'org.mousio:etcd4j:2.10.0' +compile 'org.mousio:etcd4j:2.11.0' ``` ## Manually diff --git a/build.gradle b/build.gradle index fc70c0b..5a87857 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ compileJava { } group = 'org.mousio' -version = '2.10.2-SNAPSHOT' +version = '2.11.0' ext { isSnapshot = version.endsWith("-SNAPSHOT")