From 085e91d492ad44af327b7238879972724bcaddb2 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Thu, 4 Aug 2022 13:50:32 +0800 Subject: [PATCH] bump version. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb39d3..5def880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 88bdd51..5a508ba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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