diff --git a/README.md b/README.md
index 5a95c26c..81cdd546 100644
--- a/README.md
+++ b/README.md
@@ -94,14 +94,14 @@ but the best way to do it is to use [DatabaseManagement::resetStatistics()](http
Using Gradle:
```groovy
-implementation 'io.github.mfvanek:pg-index-health:0.13.3'
+implementation 'io.github.mfvanek:pg-index-health:0.14.0'
```
with Kotlin DSL
```kotlin
-implementation("io.github.mfvanek:pg-index-health:0.13.3")
+implementation("io.github.mfvanek:pg-index-health:0.14.0")
```
@@ -110,7 +110,7 @@ Using Maven:
io.github.mfvanek
pg-index-health
- 0.13.3
+ 0.14.0
```
@@ -138,14 +138,14 @@ More examples you can find in [pg-index-health-demo](https://github.com/mfvanek/
Using Gradle:
```groovy
-testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.13.3'
+testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.14.0'
```
with Kotlin DSL
```kotlin
-testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.13.3")
+testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.0")
```
@@ -156,7 +156,7 @@ Using Maven:
io.github.mfvanek
pg-index-health-test-starter
- 0.13.3
+ 0.14.0
test
```
diff --git a/build.gradle.kts b/build.gradle.kts
index ceee8e68..a3cc70b0 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ description = "pg-index-health build"
allprojects {
group = "io.github.mfvanek"
- version = "0.14.0"
+ version = "0.14.1"
repositories {
mavenLocal()