diff --git a/README.md b/README.md index a65c5ce..e57ae3f 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ Explore the code of the [sample apps](https://github.com/cfg4j/cfg4j-sample-apps #### Gradle ```groovy dependencies { - compile group: "org.cfg4j", name:"cfg4j-core", version: "4.2.0" + compile group: "org.cfg4j", name:"cfg4j-core", version: "4.2.1" // For Consul integration - compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.2.0" + compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.2.1" // For git integration - compile group: "org.cfg4j", name:"cfg4j-git", version: "4.2.0" + compile group: "org.cfg4j", name:"cfg4j-git", version: "4.2.1" } ``` @@ -58,19 +58,19 @@ dependencies { org.cfg4j cfg4j-core - 4.2.0 + 4.2.1 org.cfg4j cfg4j-consul - 4.2.0 + 4.2.1 org.cfg4j cfg4j-git - 4.2.0 + 4.2.1 ``` diff --git a/build.gradle b/build.gradle index 637db93..75aaf22 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { artifactGroup = "org.cfg4j" - artifactVersion = "4.2.0" + artifactVersion = "4.2.1" } repositories {