We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3e997 commit 9d6bb06Copy full SHA for 9d6bb06
1 file changed
README.md
@@ -8,7 +8,7 @@ This is a GraphQL Java implementation based on the [specification](https://githu
8
and the JavaScript [reference implementation](https://github.com/graphql/graphql-js).
9
10
11
-**Status**: Version 1.2 is released. This version aims to be feature complete in regard to the current spec.
+**Status**: Version 1.3 is released.
12
13
14
@@ -101,7 +101,7 @@ Dependency:
101
102
```groovy
103
dependencies {
104
- compile 'com.graphql-java:graphql-java:1.2'
+ compile 'com.graphql-java:graphql-java:1.3'
105
}
106
107
```
@@ -114,7 +114,7 @@ Dependency:
114
<dependency>
115
<groupId>com.graphql-java</groupId>
116
<artifactId>graphql-java</artifactId>
117
- <version>1.2</version>
+ <version>1.3</version>
118
</dependency>
119
120
0 commit comments