Skip to content

Commit

Permalink
Merge pull request #325 from android-password-store/hs/release-0.2.0
Browse files Browse the repository at this point in the history
chore(release): bump version to 0.2.0
  • Loading branch information
msfjarvis authored Aug 12, 2024
2 parents ee7e9c9 + 15e0d90 commit bc5bc97
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 @@ -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")
}
```

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

0 comments on commit bc5bc97

Please sign in to comment.