Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed Aug 7, 2024
1 parent be1217a commit 4b64558
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 @@ -18,7 +18,7 @@ The latest release is available on [Maven Central](https://central.sonatype.com/

```kotlin
dependencies {
implementation("app.keemobile:kotpass:0.9.0")
implementation("app.keemobile:kotpass:0.10.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true

GROUP=app.keemobile
VERSION_NAME=0.9.0
VERSION_NAME=0.10.0

POM_DESCRIPTION=The library offers reading and writing support for KeePass (KDBX) files.
POM_URL=https://github.com/keemobile/kotpass
Expand Down

0 comments on commit 4b64558

Please sign in to comment.