Skip to content

Commit d7945ee

Browse files
committed
release: 1.2.1.
1 parent d54f8c1 commit d7945ee

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.2.1] - 2024-02-05
5+
6+
* Downgrade some dependencies make more compatible.
7+
48
[1.2.0] - 2024-02-05
59

610
* Make E2EE events to be consistent with native.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.2.0
3+
version: 1.2.1
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
collection: ^1.17.1
1111
js: ^0.6.4
12-
logging: ^1.2.0
13-
meta: ^1.11.0
12+
logging: ^1.1.0
13+
meta: ^1.8.0
1414
platform_detect: ^2.0.7
1515
synchronized: ^3.0.0+3
1616
webrtc_interface: ^1.1.2

0 commit comments

Comments
 (0)