diff --git a/README.md b/README.md index 809d47e2..a0d6c5c5 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.14.2' +implementation 'io.github.mfvanek:pg-index-health:0.14.3' ```
with Kotlin DSL ```kotlin -implementation("io.github.mfvanek:pg-index-health:0.14.2") +implementation("io.github.mfvanek:pg-index-health:0.14.3") ```
@@ -110,7 +110,7 @@ Using Maven: io.github.mfvanek pg-index-health - 0.14.2 + 0.14.3 ``` @@ -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.14.2' +testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.14.3' ```
with Kotlin DSL ```kotlin -testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.2") +testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.3") ```
@@ -156,7 +156,7 @@ Using Maven: io.github.mfvanek pg-index-health-test-starter - 0.14.2 + 0.14.3 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index 7af16033..ac021356 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.3" + version = "0.14.4" repositories { mavenLocal()