Skip to content

Commit 93260b6

Browse files
committed
Bump version to 6.3.0
1 parent 3abb3ed commit 93260b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlin.version=1.3.70
2525

2626
Add the dependency:
2727
```groovy
28-
compile 'com.graphql-java-kickstart:graphql-java-tools:6.2.0'
28+
compile 'com.graphql-java-kickstart:graphql-java-tools:6.3.0'
2929
```
3030

3131
### Using Maven
@@ -41,7 +41,7 @@ Add the dependency:
4141
<dependency>
4242
<groupId>com.graphql-java-kickstart</groupId>
4343
<artifactId>graphql-java-tools</artifactId>
44-
<version>6.2.0</version>
44+
<version>6.3.0</version>
4545
</dependency>
4646
```
4747

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.graphql-java-kickstart</groupId>
66
<artifactId>graphql-java-tools</artifactId>
7-
<version>6.2.1-SNAPSHOT</version>
7+
<version>6.3.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>GraphQL Java Tools</name>

0 commit comments

Comments
 (0)