Skip to content

Commit

Permalink
chore(release): bump version to 0.2.0
Browse files Browse the repository at this point in the history
msfjarvis committed Aug 12, 2024
1 parent ee7e9c9 commit 15e0d90
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
@@ -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")
}
```

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 15e0d90

Please sign in to comment.