diff --git a/README.md b/README.md index d89bc3c..119cca1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add the following dependency to the `` section of your project: com.github.erosb json-sKema - 0.17.0 + 0.18.0 ``` @@ -42,7 +42,7 @@ Add the following dependency to the `` section of your project: ```groovy dependencies { - implementation("com.github.erosb:json-sKema:0.17.0") + implementation("com.github.erosb:json-sKema:0.18.0") } ``` diff --git a/pom.xml b/pom.xml index 0ecb4d7..577d1e5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.erosb json-sKema - 0.17.0 + 0.18.0 json-sKema JSON Schema Parser and Validator