diff --git a/README.md b/README.md index 8e8677cf..6ef69cbe 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,14 @@ but the best way to do it is to use [DatabaseManagement::resetStatistics()](http ## Installation Using Gradle: ```groovy -implementation 'io.github.mfvanek:pg-index-health:0.9.2' +implementation 'io.github.mfvanek:pg-index-health:0.9.3' ```
with Kotlin DSL ```kotlin -implementation("io.github.mfvanek:pg-index-health:0.9.2") +implementation("io.github.mfvanek:pg-index-health:0.9.3") ```
@@ -77,7 +77,7 @@ Using Maven: io.github.mfvanek pg-index-health - 0.9.2 + 0.9.3 ``` diff --git a/build.gradle.kts b/build.gradle.kts index b57c1ba3..a8cf39d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ description = "pg-index-health build" allprojects { group = "io.github.mfvanek" - version = "0.9.3" + version = "0.9.4" repositories { mavenLocal()