Skip to content

Commit

Permalink
chore: bump version name
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianJaeger committed Jan 30, 2024
1 parent 4e9e405 commit b290b12
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 @@ -32,7 +32,7 @@ repositories {
}

dependencies {
implementation("app.kula:onlaunch-android-client:0.0.5")
implementation("app.kula:onlaunch-android-client:0.0.6")
}
```

Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "app.kula"
artifactId = "onlaunch-android-client"
version = "0.0.5"
version = "0.0.6"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit b290b12

Please sign in to comment.