Skip to content

Commit

Permalink
Next development iteration 0.14.5 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvanek authored Dec 21, 2024
1 parent 15b081c commit 394820e
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 @@ -95,14 +95,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.3'
implementation 'io.github.mfvanek:pg-index-health:0.14.4'
```

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

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

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

Expand Down Expand Up @@ -142,14 +142,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.3'
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.14.4'
```

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

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

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

repositories {
mavenLocal()
Expand Down

0 comments on commit 394820e

Please sign in to comment.