Skip to content

Commit c6f948c

Browse files
committedJun 29, 2023
release: 1.1.0
1 parent 57dd8c7 commit c6f948c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[1.1.0] - 2023-06-29
5+
6+
* Add FrameCryptor interface.
7+
48
[1.0.13] - 2023-04-14
59

610
* Add RTCDegradationPreference to RTCRtpParameters.

‎pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: webrtc_interface
22
description: WebRTC Interface for Dart-Web/Flutter.
3-
version: 1.0.13
3+
version: 1.1.0
44
homepage: https://flutter-webrtc.org
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
7+
sdk: ">=2.12.0 <4.0.0"
88

99
dev_dependencies:
1010
import_sorter: ^4.6.0

0 commit comments

Comments
 (0)