From 74c6fe91a49b2f833e414ef2239bd3f258408adc Mon Sep 17 00:00:00 2001 From: marcus-daily <111281783+marcus-daily@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:18:53 +0100 Subject: [PATCH] Increasing version number to 0.1.2 --- 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 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")