Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Preparing for next development iteration 0.9.2 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
  • Loading branch information
mfvanek and mfvanek authored May 7, 2023
1 parent e4ebbf0 commit 6e456a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Spring Boot Starter for using [pg-index-health](https://github.com/mfvanek/pg-in
## Installation
Using Gradle:
```groovy
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.9.0.1'
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.9.1'
```

Using Maven:
```xml
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health-test-starter</artifactId>
<version>0.9.0.1</version>
<version>0.9.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'io.github.mfvanek'
version '0.9.1'
version '0.9.2-SNAPSHOT'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 6e456a3

Please sign in to comment.