From 97e9f50e5db60172bbd7c5e851e4b541b6903ddc Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Fri, 5 Apr 2024 10:04:26 +0800 Subject: [PATCH] release: 2.1.0. (#492) --- 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 d9d7d724..25e1382c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.1.0 + +* Fix: bug for sync state (#491) + ## 2.0.3 * Read capabilities from RtcRTPReceiver instead of from sender. (#488) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 4b72319e..d2305e05 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.0.3' + s.version = '2.1.0' 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 40f00d59..63467647 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.0.3'; + static const version = '2.1.0'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 558acb55..e99fc7e1 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.0.3' + s.version = '2.1.0' 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 5e7f88dd..e5c4395f 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.0.3 +version: 2.1.0 homepage: https://github.com/livekit/client-sdk-flutter environment: