diff --git a/README.md b/README.md index 5e1614c..5a88ed0 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.0" +implementation "ai.rtvi:client:0.1.1" ``` 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 34449fc..744cc51 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.0" + version = "0.1.1" pom { name.set("RTVI Client")