Skip to content

Commit 310883b

Browse files
committed
Update version in readme
1 parent e687ab1 commit 310883b

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,13 +15,13 @@ When using Maven:
1515
<dependency>
1616
<groupId>com.graphql-java-kickstart</groupId>
1717
<artifactId>graphql-webclient-spring-boot-starter</artifactId>
18-
<version>0.3.0</version>
18+
<version>1.0.0</version>
1919
</dependency>
2020
```
2121

2222
When using gradle:
2323
```groovy
24-
implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.3.0"
24+
implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:1.0.0"
2525
```
2626

2727
Configure at least the URL of the GraphQL API to consume:

0 commit comments

Comments
 (0)