Skip to content

Commit bbe712e

Browse files
committed
Bump version to 1.0.9
1 parent 87c1c04 commit bbe712e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and lets you use [JsonPath](https://github.com/json-path/JsonPath) to quickly re
1414
### Gradle
1515

1616
```kotlin
17-
testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.8")
17+
testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.9")
1818
```
1919

2020
### Maven
@@ -23,7 +23,7 @@ testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.8")
2323
<dependency>
2424
<groupId>com.symbaloo</groupId>
2525
<artifactId>graphql-kotlin-test-dsl</artifactId>
26-
<version>1.0.8</version>
26+
<version>1.0.9</version>
2727
</dependency>
2828
```
2929

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "com.symbaloo"
13-
version = "1.0.8"
13+
version = "1.0.9"
1414
description = "A Kotlin DSL to write Tests for graphql-java"
1515
val repoDescription = description
1616
val repoUrl = "https://github.com/arian/graphql-kotlin-test-dsl"

0 commit comments

Comments
 (0)