Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 21, 2023
1 parent 4ff9d18 commit f9f822f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add dependency to your gradle project:

```gradle
dependencies {
implementation 'org.itsallcode:simple-jdbc:0.3.0'
implementation 'org.itsallcode:simple-jdbc:0.4.0'
}
```

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

group 'org.itsallcode'
version = '0.3.0'
version = '0.4.0'

dependencies {
testImplementation 'org.assertj:assertj-core:3.24.2'
Expand Down

0 comments on commit f9f822f

Please sign in to comment.