Skip to content

Commit 085e91d

Browse files
committed
bump version.
1 parent 93a4856 commit 085e91d

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.0.7] - 2022-08-04
5+
6+
* Bump version for webrtc-interface.
7+
48
[1.0.6] - 2022-05-08
59

610
* Support null tracks in replaceTrack/setTrack.

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.0.6
3+
version: 1.0.7
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

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

99
dependencies:
10-
webrtc_interface: ^1.0.4
10+
webrtc_interface: ^1.0.6
1111

1212
dev_dependencies:
1313
build_runner: ^1.10.0

0 commit comments

Comments
 (0)