From f4214bb461fdf7546bc51ec2c1fe51d349cc4444 Mon Sep 17 00:00:00 2001 From: Harrel Date: Sun, 5 Nov 2023 14:20:45 +0100 Subject: [PATCH] prepare for 1.4.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3f9a30a..ced1a136 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ Please note that you will also need to include at least one of the supported JSO dev.harrel json-schema - 1.3.4 + 1.4.0 ``` ### Gradle ```groovy -implementation 'dev.harrel:json-schema:1.3.4' +implementation 'dev.harrel:json-schema:1.4.0' ``` ## Usage diff --git a/build.gradle b/build.gradle index 0e21da3f..900895ff 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.3.4' +version '1.4.0' compileJava { sourceCompatibility = JavaVersion.VERSION_1_8