Skip to content

Commit

Permalink
Bump version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arian committed Jan 7, 2021
1 parent 87c1c04 commit bbe712e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,7 +23,7 @@ testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.8")
<dependency>
<groupId>com.symbaloo</groupId>
<artifactId>graphql-kotlin-test-dsl</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bbe712e

Please sign in to comment.