From a0ee074d18a11d9229e93d6d7b2a3636d45a2ddb Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Sun, 8 Dec 2024 22:01:35 +0800 Subject: [PATCH] release: 2.3.2. (#656) * release: 2.3.2. * update CHANGELOG.md. * update. --- CHANGELOG.md | 4 ++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d60e5b0..058e27e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.3.2 + +* Add support for audio visualizer. + ## 2.3.1+hotfix.1 * Fix version mismatch for CocoaPods (#648) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 05b22f53..bf99300c 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.3.1' + s.version = '2.3.2' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index 141f86b1..d102cadf 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -19,7 +19,7 @@ import 'package:livekit_client/livekit_client.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.3.1'; + static const version = '2.3.2'; /// Initialize the WebRTC plugin. If this is not manually called, will be /// initialized with default settings. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 0597a7de..81fb2a15 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.3.1' + s.version = '2.3.2' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/pubspec.yaml b/pubspec.yaml index 75215442..f76bd2e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ name: livekit_client description: Flutter Client SDK for LiveKit. Build real-time video and audio into your apps. Supports iOS, Android, and Web. -version: 2.3.1+hotfix.1 +version: 2.3.2 homepage: https://github.com/livekit/client-sdk-flutter environment: