Skip to content

Commit

Permalink
Prepare for the next development iteration (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Vakhrushev <i.vakhrushev@banki.ru>
  • Loading branch information
mfvanek and Ivan Vakhrushev authored Sep 17, 2022
1 parent 6a272bb commit 808768a
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 @@ -51,15 +51,15 @@ 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.6.1'
implementation 'io.github.mfvanek:pg-index-health:0.6.2'
```

Using Maven:
```xml
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'io.github.mfvanek'
version '0.6.2'
version '0.6.3-SNAPSHOT'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 808768a

Please sign in to comment.