Skip to content

Commit 0eb920d

Browse files
committed
release: 1.1.1.
1 parent 6e23967 commit 0eb920d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[1.1.1] - 2023-06-29
5+
6+
* downgrade collection to ^1.17.1.
7+
48
[1.1.0] - 2023-06-29
59

610
* Add FrameCryptor support.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dart_webrtc
22
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
77
sdk: '>=2.13.0 <4.0.0'
88

99
dependencies:
10-
collection: ^1.17.2
10+
collection: ^1.17.1
1111
js: ^0.6.4
1212
platform_detect: ^2.0.7
1313
webrtc_interface: 1.1.0

0 commit comments

Comments
 (0)