diff --git a/README.md b/README.md index 5f31e17..9f83bdf 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.3" + compile group: "org.cfg4j", name:"cfg4j-core", version: "4.1.4" // For Consul integration - compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.1.3" + compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.1.4" // For git integration - compile group: "org.cfg4j", name:"cfg4j-git", version: "4.1.3" + compile group: "org.cfg4j", name:"cfg4j-git", version: "4.1.4" } ``` @@ -56,19 +56,19 @@ dependencies { org.cfg4j cfg4j-core - 4.1.3 + 4.1.4 org.cfg4j cfg4j-consul - 4.1.3 + 4.1.4 org.cfg4j cfg4j-git - 4.1.3 + 4.1.4 ``` diff --git a/build.gradle b/build.gradle index 440c741..ed3ee1f 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { artifactGroup = "org.cfg4j" - artifactVersion = "4.1.3" + artifactVersion = "4.1.4" } repositories {