Skip to content

Commit

Permalink
updating version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
“enmanuel” committed Aug 20, 2024
1 parent 520b79d commit 55a2169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ androidx-lifecycle = "2.8.4"
org-jetbrains-kotlin-android = "2.0.0"
agp = "8.2.1"
androidComposeBom = "2024.06.00"
walkthrough = "1.1.4"
walkthrough = "1.1.5"

[libraries]
androidx-activity-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down
2 changes: 1 addition & 1 deletion walkthrough/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ publishing {
register<MavenPublication>("maven") {
groupId = "com.github.enmanuel52"
artifactId = "walkthrough"
version = "1.1.4"
version = "1.1.5"

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

0 comments on commit 55a2169

Please sign in to comment.