Skip to content

Commit cbbe2e2

Browse files
committed
update reame to point to newest release 2.1.0
1 parent aae9321 commit cbbe2e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

1212

13-
**Status**: Version `2.0.0` is released.
13+
**Status**: Version `2.1.0` is released.
1414

1515
The versioning follows [Semantic Versioning](http://semver.org) since `2.0.0`.
1616

@@ -119,7 +119,7 @@ Dependency:
119119

120120
```groovy
121121
dependencies {
122-
compile 'com.graphql-java:graphql-java:2.0.0'
122+
compile 'com.graphql-java:graphql-java:2.1.0'
123123
}
124124
125125
```
@@ -132,7 +132,7 @@ Dependency:
132132
<dependency>
133133
<groupId>com.graphql-java</groupId>
134134
<artifactId>graphql-java</artifactId>
135-
<version>2.0.0</version>
135+
<version>2.1.0</version>
136136
</dependency>
137137

138138
```

0 commit comments

Comments
 (0)