From 330e2d37ee3b0178d1d4d1cf92a16b4b912ff9da Mon Sep 17 00:00:00 2001 From: trobro Date: Sat, 14 Oct 2023 18:10:19 +0200 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 - + ```