Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
label: LiveKit SDK Version
description: What version of LiveKit SDK are you using?
placeholder: "v0.2.0"
placeholder: "v0.3.2"
- type: input
id: idf-version
validations: { required: true }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ One of the best ways to get started with LiveKit is by reviewing the [examples](
Once you have chosen an example to be your starting point, create a fresh project from it locally using the following command:

```sh
idf.py create-project-from-example "livekit/livekit=0.3.1:<example>"
idf.py create-project-from-example "livekit/livekit=0.3.2:<example>"
```

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

```sh
idf.py add-dependency "livekit/livekit=0.3.1"
idf.py add-dependency "livekit/livekit=0.3.2"
```

> [!IMPORTANT]
Expand Down
2 changes: 1 addition & 1 deletion components/livekit/examples/minimal/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
idf: ">=5.4"
livekit/livekit:
version: "0.3.1"
version: "0.3.2"
override_path: ../../../
livekit/sandbox_token:
version: ~0.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
idf: ">=5.4"
livekit/livekit:
version: "0.3.1"
version: "0.3.2"
override_path: ../../../
livekit/sandbox_token:
version: ~0.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
idf: ">=5.4"
livekit/livekit:
version: "0.3.1"
version: "0.3.2"
override_path: ../../../
livekit/sandbox_token:
version: ~0.1.0
Expand Down
2 changes: 1 addition & 1 deletion components/livekit/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.3.1"
version: "0.3.2"
description: LiveKit Client SDK for ESP32
tags: [Agents, RPC, Media, WebRTC]
targets: [esp32s3, esp32p4]
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SHOW_FILES = NO
TOC_EXPAND = YES
LAYOUT_FILE = ./layout.xml
HTML_HEADER = customization/header.html
PROJECT_NUMBER = v0.2.0
PROJECT_NUMBER = v0.3.2
FULL_SIDEBAR = NO
HTML_EXTRA_STYLESHEET = customization/doxygen-awesome.css \
customization/custom.css
Expand Down