diff --git a/README.md b/README.md index ba07b3d..14c5645 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ Spring Boot Starter for using [pg-index-health](https://github.com/mfvanek/pg-in ## Installation Using Gradle: ```groovy -testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.9.5' +testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.10.0' ```
with Kotlin DSL ```kotlin -testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.9.5") +testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.10.0") ```
@@ -38,7 +38,7 @@ Using Maven: io.github.mfvanek pg-index-health-test-starter - 0.9.5 + 0.10.0 test ``` @@ -55,7 +55,7 @@ For **Java 8** compatible version take a look at release [0.7.0](https://github. | 2.4.x | 8 | 0.3.x — 0.4.x | | 2.5.x | 8 | 0.5.x — 0.6.x | | 2.6.x | 8 | 0.7.x | -| 2.7.x | 11 | 0.8.x — 0.9.x | +| 2.7.x | 11 | 0.8.x — 0.10.x | #### Spring Boot 3 compatibility Starting from **0.9.0.1** added support for Spring Boot 3 diff --git a/build.gradle.kts b/build.gradle.kts index 298ddbd..194d82f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ description = "pg-index-health-test-starter build" allprojects { group = "io.github.mfvanek" - version = "0.10.0" + version = "0.10.1-SNAPSHOT" repositories { mavenLocal()