diff --git a/README.md b/README.md index 418c7dc..4a2c187 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An initial alpha release is available on [Maven Central] ```kotlin // build.gradle.kts dependencies { - implementation("com.github.android-password-store:kage:0.1.0") + implementation("com.github.android-password-store:kage:0.2.0") } ``` diff --git a/gradle.properties b/gradle.properties index 932de1a..c33d496 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ systemProp.org.gradle.internal.http.socketTimeout=500000 # Maven publishing GROUP=com.github.android-password-store -VERSION_NAME=0.2.0-SNAPSHOT +VERSION_NAME=0.2.0 POM_ARTIFACT_ID=kage POM_NAME=kage POM_DESCRIPTION=Kotlin implementation of the age file encryption library