From 855e3d2d39bae7269cc5911a2cc8cd0c55013a65 Mon Sep 17 00:00:00 2001 From: marcus-daily <111281783+marcus-daily@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:37:31 +0100 Subject: [PATCH] Updating version to 0.1.1 --- README.md | 2 +- rtvi-client-android/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")