Skip to content

Commit

Permalink
Bump version to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapol committed Dec 16, 2020
1 parent 3abb3ed commit 93260b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin.version=1.3.70

Add the dependency:
```groovy
compile 'com.graphql-java-kickstart:graphql-java-tools:6.2.0'
compile 'com.graphql-java-kickstart:graphql-java-tools:6.3.0'
```

### Using Maven
Expand All @@ -41,7 +41,7 @@ Add the dependency:
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>6.2.0</version>
<version>6.3.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>6.2.1-SNAPSHOT</version>
<version>6.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit 93260b6

Please sign in to comment.