From e78507fdcc2b46621a389607e16f92fa942befd7 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Wed, 4 Sep 2024 13:34:07 +0800 Subject: [PATCH] release: 1.4.9. --- CHANGELOG.md | 7 +++++-- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b67ea..09786e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -------------------------------------------- + +[1.4.9] - 2024-09-04 + +* bump web version to 1.0.0. + [1.4.8] - 2024-07-12 * fix: missing streamCompleter complete for getUserMedia. @@ -10,8 +15,6 @@ * fix: MediaStreamTrack.getSettings. -[1.4.6+hotfix.2] - 2024-06-07 - [1.4.6+hotfix.1] - 2024-06-07 * Wider version dependencies for js/http. diff --git a/pubspec.yaml b/pubspec.yaml index ebcf797..f6bf600 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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.4.8 +version: 1.4.9 homepage: https://github.com/flutter-webrtc/dart-webrtc environment: