Skip to content

Commit

Permalink
Release 1.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
hkusu committed Nov 10, 2024
1 parent 2f092ff commit 7d69d34
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ compose = "1.7.5"
kermit = "1.2.2"
android-minSdk = "21"
android-compileSdk = "34"
tart = "1.0.0-beta02"

[libraries]
coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down
2 changes: 1 addition & 1 deletion tart-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "io.yumemi.tart"
version = "1.0.0-beta01"
version = libs.versions.tart.get()

kotlin {
androidTarget {
Expand Down
2 changes: 1 addition & 1 deletion tart-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.yumemi.tart"
version = "1.0.0-beta01"
version = libs.versions.tart.get()

kotlin {
androidTarget {
Expand Down
2 changes: 1 addition & 1 deletion tart-logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.yumemi.tart"
version = "1.0.0-beta01"
version = libs.versions.tart.get()

kotlin {
androidTarget {
Expand Down
2 changes: 1 addition & 1 deletion tart-message/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.yumemi.tart"
version = "1.0.0-beta01"
version = libs.versions.tart.get()

kotlin {
androidTarget {
Expand Down

0 comments on commit 7d69d34

Please sign in to comment.