diff --git a/README.md b/README.md index a63b78d..7e4621e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Add a dependency to your `build.gradle`: ``` dependencies { - compile 'org.hjson:hjson:3.0.0' + compile 'org.hjson:hjson:3.0.1' } ``` @@ -57,7 +57,7 @@ Add a dependency to your `pom.xml`: org.hjson hjson - 3.0.0 + 3.0.1 ``` @@ -67,7 +67,7 @@ Add a dependency to your `ivy.xml`: ```xml - + ```