Skip to content

Commit

Permalink
Bump version to 13.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oryan-block committed Mar 6, 2023
1 parent 09099d5 commit 1e77ae4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ 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.7.10
kotlin.version=1.8.10
```

Add the dependency:
```groovy
compile 'com.graphql-java-kickstart:graphql-java-tools:13.0.2'
compile 'com.graphql-java-kickstart:graphql-java-tools:13.0.3'
```

### Using Maven
Set the Kotlin version in your `<properties>` section:
```xml

<properties>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.version>1.8.10</kotlin.version>
</properties>
```

Expand All @@ -43,7 +43,7 @@ Add the dependency:
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>13.0.2</version>
<version>13.0.3</version>
</dependency>
```

Expand Down

0 comments on commit 1e77ae4

Please sign in to comment.