Skip to content

Commit

Permalink
Next development iteration (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvanek authored Dec 12, 2024
1 parent 5709af1 commit 555b48b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'
implementation 'io.github.mfvanek:pg-index-health:0.14.3'
```

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

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

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

Expand Down Expand Up @@ -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.2'
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.14.3'
```

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

```kotlin
testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.2")
testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.14.3")
```

</details>
Expand All @@ -156,7 +156,7 @@ Using Maven:
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health-test-starter</artifactId>
<version>0.14.2</version>
<version>0.14.3</version>
<scope>test</scope>
</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.14.3"
version = "0.14.4"

repositories {
mavenLocal()
Expand Down

0 comments on commit 555b48b

Please sign in to comment.