From 4cf387897be592cbc014484fdf44b1ed4f238098 Mon Sep 17 00:00:00 2001 From: Norbert Potocki Date: Tue, 19 Apr 2016 03:18:23 -0700 Subject: [PATCH] release 4.3.0 --- README.md | 12 ++++++------ build.gradle | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8de9dcd..29ab89f 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,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.1" + compile group: "org.cfg4j", name:"cfg4j-core", version: "4.3.0" // For Consul integration - compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.2.1" + compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.3.0" // For git integration - compile group: "org.cfg4j", name:"cfg4j-git", version: "4.2.1" + compile group: "org.cfg4j", name:"cfg4j-git", version: "4.3.0" } ``` @@ -59,19 +59,19 @@ dependencies { org.cfg4j cfg4j-core - 4.2.1 + 4.3.0 org.cfg4j cfg4j-consul - 4.2.1 + 4.3.0 org.cfg4j cfg4j-git - 4.2.1 + 4.3.0 ``` diff --git a/build.gradle b/build.gradle index e217d93..cbe2816 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { artifactGroup = "org.cfg4j" - artifactVersion = "4.2.1" + artifactVersion = "4.3.0" } repositories {