diff --git a/README.md b/README.md index 72c877ca..d60b1e09 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Please note that you will also need to include at least one of the supported JSO dev.harrel json-schema - 1.5.1 + 1.5.2 ``` ### Gradle ```groovy -implementation 'dev.harrel:json-schema:1.5.1' +implementation 'dev.harrel:json-schema:1.5.2' ``` ## Usage diff --git a/build.gradle b/build.gradle index f58d5810..cda7bf9e 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.5.1' +version '1.5.2' compileJava { sourceCompatibility = JavaVersion.VERSION_1_8