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: