From 61bc086acd1c0a8dbdafffa49b015bc517000505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Er=C5=91s?= Date: Fri, 20 Dec 2024 09:24:52 +0100 Subject: [PATCH] bump version number --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 119cca1..af6a98d 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.18.0 + 0.20.0 ``` @@ -42,7 +42,7 @@ Add the following dependency to the `` section of your project: ```groovy dependencies { - implementation("com.github.erosb:json-sKema:0.18.0") + implementation("com.github.erosb:json-sKema:0.20.0") } ``` diff --git a/pom.xml b/pom.xml index 647ee4d..724b768 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.erosb json-sKema - 0.0.0-SNAPSHOT + 0.20.0 json-sKema JSON Schema Parser and Validator