Skip to content

Commit 0ba3356

Browse files
committed
update to 0.0.9
1 parent 7a31aee commit 0ba3356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ With Maven:
2020
<dependency>
2121
<groupId>com.expedia.www</groupId>
2222
<artifactId>graphql-kotlin</artifactId>
23-
<version>0.0.8</version>
23+
<version>0.0.9</version>
2424
</dependency>
2525
```
2626

2727
With Gradle:
2828

2929
```groovy
30-
compile(group: 'com.expedia.www', artifact: 'graphql-kotlin', version: '0.0.8')
30+
compile(group: 'com.expedia.www', artifact: 'graphql-kotlin', version: '0.0.9')
3131
```
3232

3333
## Generating a schema

0 commit comments

Comments
 (0)