Skip to content

Commit

Permalink
Updating version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Dec 20, 2024
1 parent eb2d889 commit 32d5593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 32d5593

Please sign in to comment.