diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3d766..37da51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.11 + +* Fix: fix connection fails for firefox. (#222, close #221) + ## 1.1.10 * Fix: Disconnect from room before app closes. diff --git a/example/pubspec.lock b/example/pubspec.lock index 0717aa8..6a8a5cd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -70,7 +70,7 @@ packages: name: dart_webrtc url: "https://pub.dartlang.org" source: hosted - version: "1.0.11" + version: "1.0.12" dbus: dependency: transitive description: @@ -169,7 +169,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.9.17" + version: "0.9.18" flutter_window_close: dependency: transitive description: @@ -352,6 +352,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.1.0" + platform_detect: + dependency: transitive + description: + name: platform_detect + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.7" plugin_platform_interface: dependency: transitive description: @@ -380,6 +387,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "6.0.4" + pub_semver: + dependency: transitive + description: + name: pub_semver + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.3" shared_preferences: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 6c65343..1498593 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,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: 1.1.10 +version: 1.1.11 homepage: https://livekit.io environment: