diff --git a/README.md b/README.md index 7e4621e..13712e7 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.1' + compile 'org.hjson:hjson:3.1.0' } ``` @@ -57,7 +57,7 @@ Add a dependency to your `pom.xml`: org.hjson hjson - 3.0.1 + 3.1.0 ``` @@ -67,7 +67,7 @@ Add a dependency to your `ivy.xml`: ```xml - + ```