Skip to content

Commit 3e342b9

Browse files
authored
Release v0.3.2 [livekit] (#47)
1 parent 5758b12 commit 3e342b9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
label: LiveKit SDK Version
1111
description: What version of LiveKit SDK are you using?
12-
placeholder: "v0.2.0"
12+
placeholder: "v0.3.2"
1313
- type: input
1414
id: idf-version
1515
validations: { required: true }

README.md

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

4545
```sh
46-
idf.py create-project-from-example "livekit/livekit=0.3.1:<example>"
46+
idf.py create-project-from-example "livekit/livekit=0.3.2:<example>"
4747
```
4848

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

5555
```sh
56-
idf.py add-dependency "livekit/livekit=0.3.1"
56+
idf.py add-dependency "livekit/livekit=0.3.2"
5757
```
5858

5959
> [!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.1"
4+
version: "0.3.2"
55
override_path: ../../../
66
livekit/sandbox_token:
77
version: ~0.1.0

components/livekit/examples/minimal_video/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.1"
4+
version: "0.3.2"
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.1"
4+
version: "0.3.2"
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.1"
1+
version: "0.3.2"
22
description: LiveKit Client SDK for ESP32
33
tags: [Agents, RPC, Media, WebRTC]
44
targets: [esp32s3, esp32p4]

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SHOW_FILES = NO
2121
TOC_EXPAND = YES
2222
LAYOUT_FILE = ./layout.xml
2323
HTML_HEADER = customization/header.html
24-
PROJECT_NUMBER = v0.2.0
24+
PROJECT_NUMBER = v0.3.2
2525
FULL_SIDEBAR = NO
2626
HTML_EXTRA_STYLESHEET = customization/doxygen-awesome.css \
2727
customization/custom.css

0 commit comments

Comments
 (0)