From 684dfd58f298ec82da99be9bed9ba171bebfed21 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Fri, 20 Sep 2024 22:40:44 +0800 Subject: [PATCH] release: 2.2.6. (#592) --- CHANGELOG.md | 5 +++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14a8a43..a95b8a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.2.6 + +* fix: android build failure. (#587) +* Update README.md for Android Screenshare (#583) + ## 2.2.5 * upgrade flutter-webrtc to 0.11.7 diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 0d485acd..aaadc706 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.2.5' + s.version = '2.2.6' 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 244e31f7..01b04d68 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -15,5 +15,5 @@ /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.2.5'; + static const version = '2.2.6'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 6915ca12..388d8571 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.2.5' + s.version = '2.2.6' 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 5f6b4b28..8905972a 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.2.5 +version: 2.2.6 homepage: https://github.com/livekit/client-sdk-flutter environment: