Skip to content

Commit

Permalink
Next development iteration 0.10.3 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvanek authored Dec 2, 2023
1 parent 9e51561 commit bae9fb6
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 @@ -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.10.1'
implementation 'io.github.mfvanek:pg-index-health:0.10.2'
```

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

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

Expand All @@ -77,7 +77,7 @@ Using Maven:
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health</artifactId>
<version>0.10.1</version>
<version>0.10.2</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.10.2"
version = "0.10.3"

repositories {
mavenLocal()
Expand Down

0 comments on commit bae9fb6

Please sign in to comment.