diff --git a/CHANGELOG.md b/CHANGELOG.md index f96169b49..3ab0505cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.1.3 + +* upgrade to connectivity plus 6.x. +* bump dart_webrtc to 1.4.3. + ## 2.1.2 * fix: Expose keyRingSize/discardFrameWhenCryptorNotReady parameters for KeyProvider diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 78bb6aa4e..5ee205ce0 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.1.2' + s.version = '2.1.3' 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 3ca43d21a..31397aca3 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.1.2'; + static const version = '2.1.3'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 4070935e1..b9097dff8 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.1.2' + s.version = '2.1.3' 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 4033c21a2..af4c5a883 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.1.2 +version: 2.1.3 homepage: https://github.com/livekit/client-sdk-flutter environment: @@ -42,7 +42,7 @@ dependencies: device_info_plus: '>=8.0.0' js: ^0.6.4 platform_detect: ^2.0.7 - dart_webrtc: ^1.4.2 + dart_webrtc: ^1.4.3 sdp_transform: ^0.3.2 web: ^0.5.1