From bb7c11d8ebd8ec49d13b264dd9c37f19f742e98d Mon Sep 17 00:00:00 2001 From: Harrel Date: Tue, 30 Jul 2024 20:42:36 +0200 Subject: [PATCH] prepare for 1.7.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abef169e..a6bbdf5d 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ Please note that you will also need to include at least one of the supported JSO dev.harrel json-schema - 1.6.1 + 1.7.0 ``` ### Gradle ```groovy -implementation 'dev.harrel:json-schema:1.6.1' +implementation 'dev.harrel:json-schema:1.7.0' ``` ## Usage diff --git a/build.gradle b/build.gradle index e4218413..41706799 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.6.1' +version '1.7.0' compileJava { sourceCompatibility = JavaVersion.VERSION_1_8