Skip to content

Commit

Permalink
Bump version to 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oryan-block committed Aug 26, 2021
1 parent 6239b2f commit 0aec4e5
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.5.0

Add the dependency:
```groovy
compile 'com.graphql-java-kickstart:graphql-java-tools:11.1.0'
compile 'com.graphql-java-kickstart:graphql-java-tools:11.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>11.1.0</version>
<version>11.1.1</version>
</dependency>
```

Expand Down

0 comments on commit 0aec4e5

Please sign in to comment.