From 9fc36af33c6f9815ebd93f22d2bd00b1885004ec Mon Sep 17 00:00:00 2001 From: Ivan Vakhrushev Date: Fri, 3 May 2024 20:20:02 +0400 Subject: [PATCH] Next development iteration (#386) --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b5c8a8c..2372a26a 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,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.10.3' +implementation 'io.github.mfvanek:pg-index-health:0.11.0' ```
with Kotlin DSL ```kotlin -implementation("io.github.mfvanek:pg-index-health:0.10.3") +implementation("io.github.mfvanek:pg-index-health:0.11.0") ```
@@ -83,7 +83,7 @@ Using Maven: io.github.mfvanek pg-index-health - 0.10.3 + 0.11.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index b3e68ed6..2352dbbf 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.11.0" + version = "0.11.1" repositories { mavenLocal()