8000 Upgrade version to 0.4.0. · next-coder/flutter-webrtc@3a65c0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a65c0e

Browse files
committed
Upgrade version to 0.4.0.
1 parent 11c1fd1 commit 3a65c0e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.4.0] - 2020.10.14
5+
6+
* Support Unified-Plan for Android/iOS/macOS.
7+
* Add PeerConnectionState and add RTCTrackEvent..
8+
* [Android] Upgrade GoogleWebRTC@android to 1.0.32006.
9+
* [iOS] Upgrade GoogleWebRTC@ios to 1.1.31999.
10+
* Api standardization across implementation (#364), thanks fo @wer-mathurin.
11+
412
[0.3.3] - 2020.09.14
513

614
* Add RTCDTMFSender for mobile, web and macOS.

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.3.3
3+
version: 0.4.0
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.2.2 <3.0.0'

0 commit comments

Comments
 (0)
0