diff --git a/README.md b/README.md index 74997505be..1fa04a298e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a GraphQL Java implementation based on the [specification](https://githu and the JavaScript [reference implementation](https://github.com/graphql/graphql-js). -**Status**: Version `2.2.0` is released. +**Status**: Version `2.3.0` is released. The versioning follows [Semantic Versioning](http://semver.org) since `2.0.0`. @@ -118,7 +118,7 @@ Dependency: ```groovy dependencies { - compile 'com.graphql-java:graphql-java:2.2.0' + compile 'com.graphql-java:graphql-java:2.3.0' } ``` @@ -131,7 +131,7 @@ Dependency: com.graphql-java graphql-java - 2.2.0 + 2.3.0 ```