From 263407e9aa0827d33fd4b1376963ef21815c3be2 Mon Sep 17 00:00:00 2001 From: Harrel Date: Thu, 30 Nov 2023 19:05:57 +0100 Subject: [PATCH] prepare for 1.5.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0347b2a6..999b1357 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Please note that you will also need to include at least one of the supported JSO dev.harrel json-schema - 1.4.3 + 1.5.0 ``` ### Gradle ```groovy -implementation 'dev.harrel:json-schema:1.4.3' +implementation 'dev.harrel:json-schema:1.5.0' ``` ## Usage diff --git a/build.gradle b/build.gradle index 74481a06..44184c30 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply from: 'setup/reporting.gradle' apply from: 'setup/testing.gradle' group 'dev.harrel' -version '1.4.3' +version '1.5.0' compileJava { sourceCompatibility = JavaVersion.VERSION_1_8