Skip to content

Commit

Permalink
Bump version to 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oryan-block committed Nov 15, 2023
1 parent f4a4567 commit b8b9c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kotlin.version=1.8.21

Add the dependency:
```groovy
compile 'com.graphql-java-kickstart:graphql-java-tools:13.1.0'
compile 'com.graphql-java-kickstart:graphql-java-tools:13.1.1'
```

### Using Maven
Expand All @@ -43,7 +43,7 @@ Add the dependency:
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>13.1.0</version>
<version>13.1.1</version>
</dependency>
```

Expand Down

0 comments on commit b8b9c10

Please sign in to comment.