Skip to content

Commit

Permalink
Update to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Oct 16, 2024
1 parent effed79 commit c209c47
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 @@ -8,7 +8,7 @@ kotlinxSerializationJson = "1.7.1"
kotlinxSerializationPlugin = "2.0.20"
dokka = "1.9.20"
androidxTest = "1.6.1"
rtviClient = "0.2.0"
rtviClient = "0.2.1"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down
2 changes: 1 addition & 1 deletion rtvi-client-android-daily/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "ai.rtvi"
artifactId = "client-daily"
version = "0.2.0"
version = "0.2.1"

pom {
name.set("RTVI Client Daily Transport")
Expand Down

0 comments on commit c209c47

Please sign in to comment.