Skip to content

Commit ffbef80

Browse files
committed
Prepare for 0.0.12 release
1 parent 4edf9fb commit ffbef80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11</version>
23+
<version>0.0.12</version>
2424
</dependency>
2525
```
2626

2727
With Gradle:
2828

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

3333
## Generating a schema

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.expedia.www</groupId>
77
<artifactId>graphql-kotlin</artifactId>
8-
<version>0.0.11-SNAPSHOT</version>
8+
<version>0.0.12-SNAPSHOT</version>
99
<name>graphql-kotlin</name>
1010
<description>Code-only GraphQL schema generation for Kotlin</description>
1111
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>

0 commit comments

Comments
 (0)