Skip to content

Commit

Permalink
chore(release): prepare next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Aug 12, 2024
1 parent b41ae1a commit 738814e
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 @@ -33,7 +33,7 @@ dependencyResolutionManagement {
```kotlin
// build.gradle.kts
dependencies {
implementation("com.github.android-password-store:kage:0.2.0-SNAPSHOT")
implementation("com.github.android-password-store:kage:0.3.0-SNAPSHOT")
}
```

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
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=kage
POM_NAME=kage
POM_DESCRIPTION=Kotlin implementation of the age file encryption library
Expand Down

0 comments on commit 738814e

Please sign in to comment.