diff --git a/README.md b/README.md index d077b5f..f41c6b2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ and lets you use [JsonPath](https://github.com/json-path/JsonPath) to quickly re ### Gradle ```kotlin -testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.8") +testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.9") ``` ### Maven @@ -23,7 +23,7 @@ testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.8") com.symbaloo graphql-kotlin-test-dsl - 1.0.8 + 1.0.9 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 8463a6c..cce170b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.symbaloo" -version = "1.0.8" +version = "1.0.9" description = "A Kotlin DSL to write Tests for graphql-java" val repoDescription = description val repoUrl = "https://github.com/arian/graphql-kotlin-test-dsl"