Skip to content

Commit 7a8ef9f

Browse files
committed
release: 1.1.11.
1 parent 1596e67 commit 7a8ef9f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.1.11
4+
5+
* Fix: fix connection fails for firefox. (#222, close #221)
6+
37
## 1.1.10
48

59
* Fix: Disconnect from room before app closes.

example/pubspec.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ packages:
7070
name: dart_webrtc
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.0.11"
73+
version: "1.0.12"
7474
dbus:
7575
dependency: transitive
7676
description:
@@ -169,7 +169,7 @@ packages:
169169
name: flutter_webrtc
170170
url: "https://pub.dartlang.org"
171171
source: hosted
172-
version: "0.9.17"
172+
version: "0.9.18"
173173
flutter_window_close:
174174
dependency: transitive
175175
description:
@@ -352,6 +352,13 @@ packages:
352352
url: "https://pub.dartlang.org"
353353
source: hosted
354354
version: "3.1.0"
355+
platform_detect:
356+
dependency: transitive
357+
description:
358+
name: platform_detect
359+
url: "https://pub.dartlang.org"
360+
source: hosted
361+
version: "2.0.7"
355362
plugin_platform_interface:
356363
dependency: transitive
357364
description:
@@ -380,6 +387,13 @@ packages:
380387
url: "https://pub.dartlang.org"
381388
source: hosted
382389
version: "6.0.4"
390+
pub_semver:
391+
dependency: transitive
392+
description:
393+
name: pub_semver
394+
url: "https://pub.dartlang.org"
395+
source: hosted
396+
version: "2.1.3"
383397
shared_preferences:
384398
dependency: "direct main"
385399
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: livekit_client
22
description: Flutter Client SDK for LiveKit.
33
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
4-
version: 1.1.10
4+
version: 1.1.11
55
homepage: https://livekit.io
66

77
environment:

0 commit comments

Comments
 (0)