8000 Upgrade version to 0.7.0+hotfix.1. · alg520/flutter-webrtc@64a1ce7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64a1ce7

Browse files
committed
Upgrade version to 0.7.0+hotfix.1.
1 parent c5bed0f commit 64a1ce7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# Changelog
22

33
--------------------------------------------
4-
[0.7.0] - 2021-01-02
4+
[0.7.0+hotfix.1] - 2021-10-21
5+
6+
* [Android] Fix bug for createDataChannel.
7+
8+
[0.7.0] - 2021-10-20
59

610
* [Android] Enable Android simulcast (#731)
711
* [macOS] Use pre-compiled WebRTC for macOS. (#717)
812
* [iOS/macOS] Fix the correct return value of createDataChannel under darwin.
913
* [Windows] Fix using the wrong id to listen datachannel events.
1014
* [Dart] Fix(mediaStreamTrackSetEnable): remote track is unavaiable (#723).
1115

12-
[0.6.10+hotfix.1] - 2021-01-02
16+
[0.6.10+hotfix.1] - 2021-10-01
1317

1418
* [Web] Fix compiler errors for web.
1519

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.7.0
3+
version: 0.7.0+hotfix.1
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)
0