Skip to content

Commit

Permalink
Bump version to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oryan-block committed May 16, 2022
1 parent af6fdb0 commit 0596aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ Are you interested in improving our documentation, working on the codebase, revi
### Using Gradle
Set the Kotlin version in your `gradle.properties`:
```
kotlin.version=1.5.0
kotlin.version=1.6.21
```

Add the dependency:
```groovy
compile 'com.graphql-java-kickstart:graphql-java-tools:12.0.2'
compile 'com.graphql-java-kickstart:graphql-java-tools:12.1.0'
```

### Using Maven
Set the Kotlin version in your `<properties>` section:
```xml

<properties>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
</properties>
```

Expand All @@ -43,7 +43,7 @@ Add the dependency:
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>12.0.2</version>
<version>12.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>12.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>GraphQL Java Tools</name>
Expand Down

0 comments on commit 0596aca

Please sign in to comment.