diff --git a/README.md b/README.md index 72ed2f8..84b5b06 100644 --- a/README.md +++ b/README.md @@ -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") } ``` diff --git a/gradle.properties b/gradle.properties index a36b38d..d19c573 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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