Skip to content

Commit 9d6bb06

Browse files
committed
update latest release info to version 1.3
1 parent 3d3e997 commit 9d6bb06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a GraphQL Java implementation based on the [specification](https://githu
88
and the JavaScript [reference implementation](https://github.com/graphql/graphql-js).
99

1010

11-
**Status**: Version 1.2 is released. This version aims to be feature complete in regard to the current spec.
11+
**Status**: Version 1.3 is released.
1212

1313

1414

@@ -101,7 +101,7 @@ Dependency:
101101

102102
```groovy
103103
dependencies {
104-
compile 'com.graphql-java:graphql-java:1.2'
104+
compile 'com.graphql-java:graphql-java:1.3'
105105
}
106106
107107
```
@@ -114,7 +114,7 @@ Dependency:
114114
<dependency>
115115
<groupId>com.graphql-java</groupId>
116116
<artifactId>graphql-java</artifactId>
117-
<version>1.2</version>
117+
<version>1.3</version>
118118
</dependency>
119119

120120
```

0 commit comments

Comments
 (0)