diff --git a/README.md b/README.md index d3c005c..08ba428 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ * Support for multi-tenant configuration sources (e.g. keep configuration for all your environments [test, preprod, prod] in one store) * Handle network failures (e.g. re-try, fallback to another source) * Adapters for multiple configuration stores - * [Git](), [Consul](https://consul.io/), [ZooKeeper (WIP)](https://zookeeper.apache.org/), MySQL (WIP), Files (YAML, Properties, XML) + * [Git](), [Consul](https://consul.io/), Files, Classpath,[ZooKeeper (WIP)](https://zookeeper.apache.org/) and MySQL (WIP) * Easy yet flexible configuration management: * Merge configurations from different sources * Validation @@ -38,7 +38,7 @@ Head to [the documentation](http://cfg4j.org). #### Gradle ```groovy dependencies { - compile group: "org.cfg4j", name:"cfg4j", version: "3.2.0" + compile group: "org.cfg4j", name:"cfg4j", version: "3.3.0" } ``` @@ -48,7 +48,7 @@ dependencies { org.cfg4j cfg4j - 3.2.0 + 3.3.0 ``` diff --git a/build.gradle b/build.gradle index da7c3ae..407b465 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { ext { artifactGroup = "org.cfg4j" artifactName = "cfg4j" - artifactVersion = "3.3.0-SNAPSHOT" + artifactVersion = "3.3.0" } repositories {