From 06db6578444cb3fa2895216d708758a899620766 Mon Sep 17 00:00:00 2001 From: Norbert Potocki Date: Thu, 1 Oct 2015 12:03:44 -0700 Subject: [PATCH] release 4.1.1 --- README.md | 12 ++++++------ build.gradle | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 15b2a01..e5170de 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ Head to [the documentation](http://cfg4j.org). #### Gradle ```groovy dependencies { - compile group: "org.cfg4j", name:"cfg4j-core", version: "4.1.0" + compile group: "org.cfg4j", name:"cfg4j-core", version: "4.1.1" // For Consul integration - compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.1.0" + compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.1.1" // For git integration - compile group: "org.cfg4j", name:"cfg4j-git", version: "4.1.0" + compile group: "org.cfg4j", name:"cfg4j-git", version: "4.1.1" } ``` @@ -56,19 +56,19 @@ dependencies { org.cfg4j cfg4j-core - 4.1.0 + 4.1.1 org.cfg4j cfg4j-consul - 4.1.0 + 4.1.1 org.cfg4j cfg4j-git - 4.1.0 + 4.1.1 ``` diff --git a/build.gradle b/build.gradle index 5bf2ad0..04e2f1e 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { artifactGroup = "org.cfg4j" - artifactVersion = "4.1.0" + artifactVersion = "4.1.1" } repositories {