Skip to content

Commit 9122adb

Browse files
authored
Merge pull request graphql-java#286 from dminkovsky/master
Updated README For v2.3.0
2 parents 7a7bd6b + 9aeab59 commit 9122adb

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.2.0` is released.
13+
**Status**: Version `2.3.0` is released.
1414

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

@@ -118,7 +118,7 @@ Dependency:
118118

119119
```groovy
120120
dependencies {
121-
compile 'com.graphql-java:graphql-java:2.2.0'
121+
compile 'com.graphql-java:graphql-java:2.3.0'
122122
}
123123
124124
```
@@ -131,7 +131,7 @@ Dependency:
131131
<dependency>
132132
<groupId>com.graphql-java</groupId>
133133
<artifactId>graphql-java</artifactId>
134-
<version>2.2.0</version>
134+
<version>2.3.0</version>
135135
</dependency>
136136

137137
```

0 commit comments

Comments
 (0)