Skip to content

Commit

Permalink
Next development iteration (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvanek committed May 3, 2024
1 parent cde6408 commit 9fc36af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

<details>
<summary>with Kotlin DSL</summary>

```kotlin
implementation("io.github.mfvanek:pg-index-health:0.10.3")
implementation("io.github.mfvanek:pg-index-health:0.11.0")
```
</details>

Expand All @@ -83,7 +83,7 @@ Using Maven:
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health</artifactId>
<version>0.10.3</version>
<version>0.11.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "pg-index-health build"

allprojects {
group = "io.github.mfvanek"
version = "0.11.0"
version = "0.11.1"

repositories {
mavenLocal()
Expand Down

0 comments on commit 9fc36af

Please sign in to comment.