diff --git a/README.md b/README.md index 5a88ed0..49a3ed5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ packages.) The base `VoiceClient` has no transport included. Add the following dependency to your `build.gradle` file: ``` -implementation "ai.rtvi:client:0.1.1" +implementation "ai.rtvi:client:0.1.2" ``` Then instantiate the `VoiceClient` from your code, specifying the backend `baseUrl` and transport. diff --git a/rtvi-client-android/build.gradle.kts b/rtvi-client-android/build.gradle.kts index 744cc51..853e83e 100644 --- a/rtvi-client-android/build.gradle.kts +++ b/rtvi-client-android/build.gradle.kts @@ -60,7 +60,7 @@ publishing { register("release") { groupId = "ai.rtvi" artifactId = "client" - version = "0.1.1" + version = "0.1.2" pom { name.set("RTVI Client")