Skip to content

Commit 5509185

Browse files
committed
Fix version in README
1 parent 58a756c commit 5509185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616
1717
dependencies {
18-
compile 'graphql-java-servlet:graphql-java-servlet:0.5.0'
18+
compile 'graphql-java-servlet:graphql-java-servlet:0.6.0'
1919
}
2020
```
2121

@@ -29,4 +29,4 @@ The are a few important components this package provides:
2929
them in OSGi.
3030

3131
Both GET and POST are supported. In POST, plain request body with a JSON is supported, as well as a multipart with a part
32-
called 'graphql'.
32+
called 'graphql'.

0 commit comments

Comments
 (0)