diff --git a/README.md b/README.md
index 9cd611e3..19942401 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.4'
+implementation 'io.github.mfvanek:pg-index-health:0.9.5'
```
with Kotlin DSL
```kotlin
-implementation("io.github.mfvanek:pg-index-health:0.9.4")
+implementation("io.github.mfvanek:pg-index-health:0.9.5")
```
@@ -77,7 +77,7 @@ Using Maven:
io.github.mfvanek
pg-index-health
- 0.9.4
+ 0.9.5
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 932b1222..f6b1e1a8 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -26,7 +26,7 @@ description = "pg-index-health build"
allprojects {
group = "io.github.mfvanek"
- version = "0.9.5"
+ version = "0.9.6"
repositories {
mavenLocal()