Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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'
}

```
Expand All @@ -131,7 +131,7 @@ Dependency:
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>

```
Expand Down