diff --git a/README.md b/README.md index 08ba428..9d12cf5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Head to [the documentation](http://cfg4j.org). #### Gradle ```groovy dependencies { - compile group: "org.cfg4j", name:"cfg4j", version: "3.3.0" + compile group: "org.cfg4j", name:"cfg4j", version: "3.3.1" } ``` @@ -48,7 +48,7 @@ dependencies { org.cfg4j cfg4j - 3.3.0 + 3.3.1 ``` diff --git a/build.gradle b/build.gradle index 407b465..de4df14 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { ext { artifactGroup = "org.cfg4j" artifactName = "cfg4j" - artifactVersion = "3.3.0" + artifactVersion = "3.3.1" } repositories {