diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 590aaf7..27817ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,7 +9,7 @@ body: attributes: label: LiveKit SDK Version description: What version of LiveKit SDK are you using? - placeholder: "v0.3.3" + placeholder: "v0.3.4" - type: input id: idf-version validations: { required: true } diff --git a/README.md b/README.md index 556abd2..e04a292 100644 --- a/README.md +++ b/README.md @@ -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.3:" +idf.py create-project-from-example "livekit/livekit=0.3.4:" ``` Substitute *\* for the example's directory name. @@ -53,7 +53,7 @@ Substitute *\* 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.3" +idf.py add-dependency "livekit/livekit=0.3.4" ``` > [!IMPORTANT] diff --git a/components/livekit/examples/minimal/main/idf_component.yml b/components/livekit/examples/minimal/main/idf_component.yml index 88d488b..8889e75 100644 --- a/components/livekit/examples/minimal/main/idf_component.yml +++ b/components/livekit/examples/minimal/main/idf_component.yml @@ -1,7 +1,7 @@ dependencies: idf: ">=5.4" livekit/livekit: - version: "0.3.3" + version: "0.3.4" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/examples/minimal_video/main/idf_component.yml b/components/livekit/examples/minimal_video/main/idf_component.yml index 02f5b16..43b7441 100644 --- a/components/livekit/examples/minimal_video/main/idf_component.yml +++ b/components/livekit/examples/minimal_video/main/idf_component.yml @@ -1,7 +1,7 @@ dependencies: idf: ">=5.4" livekit/livekit: - version: "0.3.3" + version: "0.3.4" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/examples/voice_agent/main/idf_component.yml b/components/livekit/examples/voice_agent/main/idf_component.yml index 7e50e7a..d0e22ff 100644 --- a/components/livekit/examples/voice_agent/main/idf_component.yml +++ b/components/livekit/examples/voice_agent/main/idf_component.yml @@ -1,7 +1,7 @@ dependencies: idf: ">=5.4" livekit/livekit: - version: "0.3.3" + version: "0.3.4" override_path: ../../../ livekit/sandbox_token: version: ~0.1.0 diff --git a/components/livekit/idf_component.yml b/components/livekit/idf_component.yml index d2814a7..7c6a638 100644 --- a/components/livekit/idf_component.yml +++ b/components/livekit/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.3.3" +version: "0.3.4" description: LiveKit Client SDK for ESP32 tags: [Agents, RPC, Media, WebRTC] targets: [esp32s3, esp32p4] diff --git a/docs/Doxyfile b/docs/Doxyfile index c34eef5..e9151fe 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -21,7 +21,7 @@ SHOW_FILES = NO TOC_EXPAND = YES LAYOUT_FILE = ./layout.xml HTML_HEADER = customization/header.html -PROJECT_NUMBER = v0.3.3 +PROJECT_NUMBER = v0.3.4 FULL_SIDEBAR = NO HTML_EXTRA_STYLESHEET = customization/doxygen-awesome.css \ customization/custom.css