From 394820ea374b854374edbe746f6cf0886beee6bf Mon Sep 17 00:00:00 2001 From: Ivan Vakhrushev Date: Sat, 21 Dec 2024 11:45:14 +0400 Subject: [PATCH] Next development iteration 0.14.5 (#546) --- README.md | 12 ++++++------ build.gradle.kts | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8131cd0..8d3c0aad 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,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.3' +implementation 'io.github.mfvanek:pg-index-health:0.14.4' ```
with Kotlin DSL ```kotlin -implementation("io.github.mfvanek:pg-index-health:0.14.3") +implementation("io.github.mfvanek:pg-index-health:0.14.4") ```
@@ -111,7 +111,7 @@ Using Maven: io.github.mfvanek pg-index-health - 0.14.3 + 0.14.4 ``` @@ -142,14 +142,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.3' +testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.14.4' ```
with Kotlin DSL ```kotlin -testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.3") +testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.4") ```
@@ -160,7 +160,7 @@ Using Maven: io.github.mfvanek pg-index-health-test-starter - 0.14.3 + 0.14.4 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index ac021356..4a0d8315 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.4" + version = "0.14.5" repositories { mavenLocal()