Skip to content

Commit fc7305a

Browse files
authored
Release v0.3.1 [livekit] (#41)
1 parent c616a3d commit fc7305a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ One of the best ways to get started with LiveKit is by reviewing the [examples](
4242
Once you have chosen an example to be your starting point, create a fresh project from it locally using the following command:
4343

4444
```sh
45-
idf.py create-project-from-example "livekit/livekit=0.3.0:<example>"
45+
idf.py create-project-from-example "livekit/livekit=0.3.1:<example>"
4646
```
4747

4848
Substitute *\<example\>* for the example's directory name.
@@ -52,7 +52,7 @@ Substitute *\<example\>* for the example's directory name.
5252
If you would like to add LiveKit to your existing application, add it as a dependency using IDF:
5353

5454
```sh
55-
idf.py add-dependency "livekit/livekit=0.3.0"
55+
idf.py add-dependency "livekit/livekit=0.3.1"
5656
```
5757

5858
> [!IMPORTANT]

components/livekit/examples/minimal/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
idf: ">=5.4"
33
livekit/livekit:
4-
version: "0.3.0"
4+
version: "0.3.1"
55
override_path: ../../../
66
livekit/sandbox_token:
77
version: ~0.1.0

components/livekit/examples/voice_agent/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
idf: ">=5.4"
33
livekit/livekit:
4-
version: "0.3.0"
4+
version: "0.3.1"
55
override_path: ../../../
66
livekit/sandbox_token:
77
version: ~0.1.0

components/livekit/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.3.0"
1+
version: "0.3.1"
22
description: LiveKit Client SDK for ESP32
33
tags: [Agents, RPC, Media, WebRTC]
44
targets: [esp32s3, esp32p4]

0 commit comments

Comments
 (0)