diff --git a/README.md b/README.md
index b9534d2..ab65d74 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ without it, you just need to provide GraphQL path as `spring.graphql.path` param
## GraphQL Voyager
-[![Maven Central](https://img.shields.io/maven-central/v/ru.sadv1r.spring.graphql/graphql-voyager-spring-boot-starter)](https://search.maven.org/artifact/ru.sadv1r.spring.graphql/graphql-voyager-spring-boot-starter/0.1.0/jar)
+[![Maven Central](https://img.shields.io/maven-central/v/ru.sadv1r.spring.graphql/graphql-voyager-spring-boot-starter)](https://search.maven.org/artifact/ru.sadv1r.spring.graphql/graphql-voyager-spring-boot-starter)
[![GitHub Repo stars](https://img.shields.io/github/stars/IvanGoncharov/graphql-voyager?style=social)](https://github.com/IvanGoncharov/graphql-voyager)
**GraphQL Voyager** becomes accessible at root `/voyager` (or as configured in `spring.graphql.voyager.path`).
@@ -43,19 +43,19 @@ graphql:
ru.sadv1r.spring.graphql
graphql-voyager-spring-boot-starter
- 0.1.0
+ 0.4.0
```
#### Gradle
```groovy
-implementation 'ru.sadv1r.spring.graphql:graphql-voyager-spring-boot-starter:0.1.0'
+implementation 'ru.sadv1r.spring.graphql:graphql-voyager-spring-boot-starter:0.4.0'
```
## Graph*i*QL
-[![Maven Central](https://img.shields.io/maven-central/v/ru.sadv1r.spring.graphql/graphql-graphiql-spring-boot-starter)](https://search.maven.org/artifact/ru.sadv1r.spring.graphql/graphql-graphiql-spring-boot-starter/0.1.0/jar)
+[![Maven Central](https://img.shields.io/maven-central/v/ru.sadv1r.spring.graphql/graphql-graphiql-spring-boot-starter)](https://search.maven.org/artifact/ru.sadv1r.spring.graphql/graphql-graphiql-spring-boot-starter)
[![GitHub Repo stars](https://img.shields.io/github/stars/graphql/graphiql?style=social)](https://github.com/graphql/graphiql)
**Graph*i*QL** becomes accessible at root `/graphiql` (or as configured in `spring.graphql.graphiql.path`).
@@ -103,19 +103,19 @@ graphql:
ru.sadv1r.spring.graphql
graphql-graphiql-spring-boot-starter
- 0.1.0
+ 0.4.0
```
#### Gradle
```groovy
-implementation 'ru.sadv1r.spring.graphql:graphql-graphiql-spring-boot-starter:0.1.0'
+implementation 'ru.sadv1r.spring.graphql:graphql-graphiql-spring-boot-starter:0.4.0'
```
## GraphQL Playground
-[![Maven Central](https://img.shields.io/maven-central/v/ru.sadv1r.spring.graphql/graphql-playground-spring-boot-starter)](https://search.maven.org/artifact/ru.sadv1r.spring.graphql/graphql-playground-spring-boot-starter/0.1.0/jar)
+[![Maven Central](https://img.shields.io/maven-central/v/ru.sadv1r.spring.graphql/graphql-playground-spring-boot-starter)](https://search.maven.org/artifact/ru.sadv1r.spring.graphql/graphql-playground-spring-boot-starter)
[![GitHub Repo stars](https://img.shields.io/github/stars/prisma-labs/graphql-playground?style=social)](https://github.com/graphql/graphql-playground)
**GraphQL Playground** becomes accessible at root `/playground` (or as configured in `spring.graphql.playground.path`).
@@ -202,12 +202,12 @@ graphql:
ru.sadv1r.spring.graphql
graphql-playground-spring-boot-starter
- 0.1.0
+ 0.4.0
```
#### Gradle
```groovy
-implementation 'ru.sadv1r.spring.graphql:graphql-playground-spring-boot-starter:0.1.0'
+implementation 'ru.sadv1r.spring.graphql:graphql-playground-spring-boot-starter:0.4.0'
```
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 216b712..020f350 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ ext {
subprojects {
group 'ru.sadv1r.spring.graphql'
- version '0.3.0'
+ version '0.4.0'
repositories {
mavenCentral()