Skip to content

Commit

Permalink
update reame to point to newest release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andimarek committed Sep 1, 2016
1 parent aae9321 commit cbbe2e2
Showing 1 changed file with 3 additions and 3 deletions.
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.0.0` is released.
**Status**: Version `2.1.0` is released.

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

Expand Down Expand Up @@ -119,7 +119,7 @@ Dependency:

```groovy
dependencies {
compile 'com.graphql-java:graphql-java:2.0.0'
compile 'com.graphql-java:graphql-java:2.1.0'
}
```
Expand All @@ -132,7 +132,7 @@ Dependency:
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>

```
Expand Down

0 comments on commit cbbe2e2

Please sign in to comment.