Skip to content

Commit 47c36cf

Browse files
authored
Update README.md
1 parent f7d311a commit 47c36cf

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
@@ -14,13 +14,13 @@ When using Maven:
1414
<dependency>
1515
<groupId>com.graphql-java-kickstart</groupId>
1616
<artifactId>graphql-webclient-spring-boot-starter</artifactId>
17-
<version>0.0.1-SNAPSHOT</version>
17+
<version>0.1.0</version>
1818
</dependency>
1919
```
2020

2121
When using gradle:
2222
```groovy
23-
implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.0.1-SNAPSHOT"
23+
implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.1.0"
2424
```
2525

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

0 commit comments

Comments
 (0)