Skip to content

Commit d0fb9c4

Browse files
authored
docs: update version to 19.1
1 parent 06efd0a commit d0fb9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This library provides extended validation of fields and field arguments for [gra
1919
<dependency>
2020
<groupId>com.graphql-java</groupId>
2121
<artifactId>graphql-java-extended-validation</artifactId>
22-
<version>19.0</version>
22+
<version>19.1</version>
2323
</dependency>
2424
```
2525

2626
```groovy
27-
compile 'com.graphql-java:graphql-java-extended-validation:19.0'
27+
compile 'com.graphql-java:graphql-java-extended-validation:19.1'
2828
```
2929

3030
> Note:

0 commit comments

Comments
 (0)