Skip to content

Commit

Permalink
Preparing v0.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaqqao committed Mar 21, 2021
1 parent e0168cb commit c97b84d
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 @@ -78,14 +78,14 @@ Maven
<dependency>
<groupId>io.leangen.graphql</groupId>
<artifactId>spqr</artifactId>
<version>0.11.1</version>
<version>0.11.2</version>
</dependency>
```

Gradle

```groovy
compile 'io.leangen.graphql:spqr:0.11.1'
compile 'io.leangen.graphql:spqr:0.11.2'
```

## Hello world
Expand Down

0 comments on commit c97b84d

Please sign in to comment.