diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d3347c..e2261a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2.2.3 + +* add PlatformView for iOS (#509) +* update lints to 4.0.0. (#563) + + ## 2.2.2 * feat: expose DegradationPreference for publish options. (#556) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index e5118c9f..1adfcd0d 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.2' + s.version = '2.2.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 a5955e86..3c45aa6f 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.2'; + static const version = '2.2.3'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 6c1a138d..ed83983d 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.2' + s.version = '2.2.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 899240fb..8c075137 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.2 +version: 2.2.3 homepage: https://github.com/livekit/client-sdk-flutter environment: