Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Aug 4, 2022
1 parent 93a4856 commit 085e91d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

--------------------------------------------
[1.0.7] - 2022-08-04

* Bump version for webrtc-interface.

[1.0.6] - 2022-05-08

* Support null tracks in replaceTrack/setTrack.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: dart_webrtc
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
version: 1.0.6
version: 1.0.7
homepage: https://github.com/flutter-webrtc/dart-webrtc

environment:
sdk: '>=2.13.0 <3.0.0'

dependencies:
webrtc_interface: ^1.0.4
webrtc_interface: ^1.0.6

dev_dependencies:
build_runner: ^1.10.0
Expand Down

0 comments on commit 085e91d

Please sign in to comment.