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 {