From 242d673748dd0cf3793edf9481b331f1da1c5d4c Mon Sep 17 00:00:00 2001 From: Ivan Vakhrushev Date: Fri, 29 Nov 2024 08:54:37 +0400 Subject: [PATCH] Next development iteration --- README.md | 12 ++++++------ build.gradle.kts | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 81cdd546..6f703f38 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.0' +implementation 'io.github.mfvanek:pg-index-health:0.14.1' ```
with Kotlin DSL ```kotlin -implementation("io.github.mfvanek:pg-index-health:0.14.0") +implementation("io.github.mfvanek:pg-index-health:0.14.1") ```
@@ -110,7 +110,7 @@ Using Maven: io.github.mfvanek pg-index-health - 0.14.0 + 0.14.1 ``` @@ -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.0' +testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.14.1' ```
with Kotlin DSL ```kotlin -testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.0") +testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.1") ```
@@ -156,7 +156,7 @@ Using Maven: io.github.mfvanek pg-index-health-test-starter - 0.14.0 + 0.14.1 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index a3cc70b0..82c93ba6 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.1" + version = "0.14.2" repositories { mavenLocal()