From 67156a0e78deb62feca5b7885ce2d0e306565e65 Mon Sep 17 00:00:00 2001 From: Norbert Potocki Date: Wed, 6 Apr 2016 21:42:58 -0700 Subject: [PATCH] release 4.2.1 --- README.md | 12 ++++++------ build.gradle | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 {