From 32d559369a4e193ba1e8294b3a8068502932ce0f Mon Sep 17 00:00:00 2001 From: marcus-daily <111281783+marcus-daily@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:01:10 +0000 Subject: [PATCH] Updating version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221af70..1cff37b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The following RTVI transports are available in this repository: Add the following dependency to your `build.gradle` file: ``` -implementation "ai.pipecat:daily-transport:0.3.0" +implementation "ai.pipecat:daily-transport:0.3.1" ``` Instantiate from your code: @@ -46,7 +46,7 @@ using Kotlin Coroutines (`client.start().await()`). Add the following dependency to your `build.gradle` file: ``` -implementation "ai.pipecat:gemini-live-websocket-transport:0.3.0" +implementation "ai.pipecat:gemini-live-websocket-transport:0.3.1" ``` Instantiate from your code: