Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Sep 1, 2024
1 parent acfe0e9 commit 3db735c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.8.0] - unreleased

## [0.7.1] - 2024-09-01

- [PR #26](https://github.com/itsallcode/simple-jdbc/pull/26): Update dependencies

## [0.7.0] - 2024-05-04

- [PR #22](https://github.com/itsallcode/simple-jdbc/pull/22): Added `module-info.java`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add dependency to your gradle project:

```groovy
dependencies {
implementation 'org.itsallcode:simple-jdbc:0.7.0'
implementation 'org.itsallcode:simple-jdbc:0.7.1'
}
```

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

group 'org.itsallcode'
version = '0.7.0'
version = '0.7.1'

dependencies {
}
Expand Down

0 comments on commit 3db735c

Please sign in to comment.