From 400cf8203f975aae8693ca2f063d3a65d1d2ea6f Mon Sep 17 00:00:00 2001 From: Oryan Date: Tue, 8 Oct 2024 13:03:39 -0400 Subject: [PATCH] Bump version to 14.0.0 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26387007..cff15552 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Are you interested in improving our documentation, working on the codebase, revi ### Using Gradle Set the Kotlin version in your `gradle.properties`: ``` -kotlin.version=1.8.21 +kotlin.version=2.0.20 ``` Add the dependency: ```groovy -compile 'com.graphql-java-kickstart:graphql-java-tools:13.1.1' +compile 'com.graphql-java-kickstart:graphql-java-tools:14.0.0' ``` ### Using Maven @@ -34,7 +34,7 @@ Set the Kotlin version in your `` section: ```xml - 1.8.21 + 2.0.20 ``` @@ -43,7 +43,7 @@ Add the dependency: com.graphql-java-kickstart graphql-java-tools - 13.1.1 + 14.0.0 ``` diff --git a/pom.xml b/pom.xml index 497b3e51..7682c75e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.graphql-java-kickstart graphql-java-tools - 13.1.2-SNAPSHOT + 14.0.0-SNAPSHOT jar GraphQL Java Tools