Skip to content

Commit 1d612a7

Browse files
committed
bump version.
1 parent e2ca57f commit 1d612a7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.0.14] - 2023-01-30
5+
6+
* Add support for getCapabilities/setCodecPreferences.
7+
48
[1.0.13] - 2022-12-12
59

610
* export jsRtpReciver.

pubspec.yaml

Lines changed: 1 addition & 2 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.0.13
3+
version: 1.0.14
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
@@ -11,7 +11,6 @@ dependencies:
1111
platform_detect: ^2.0.7
1212
webrtc_interface: ^1.0.11
1313

14-
1514
dev_dependencies:
1615
build_runner: ^1.10.0
1716
build_web_compilers: ^2.11.0

0 commit comments

Comments
 (0)