Skip to content

Commit

Permalink
Bump version to 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oryan-block committed Oct 8, 2024
1 parent 83fe435 commit 400cf82
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.8.21
kotlin.version=2.0.20
```

Add the dependency:
```groovy
compile 'com.graphql-java-kickstart:graphql-java-tools:13.1.1'
compile 'com.graphql-java-kickstart:graphql-java-tools:14.0.0'
```

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

<properties>
<kotlin.version>1.8.21</kotlin.version>
<kotlin.version>2.0.20</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>13.1.1</version>
<version>14.0.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>13.1.2-SNAPSHOT</version>
<version>14.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit 400cf82

Please sign in to comment.