10000 Update version to 0.2.2. · sinkync/flutter-webrtc@8a18778 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a18778

Browse files
committed
Update version to 0.2.2.
1 parent afcd090 commit 8a18778

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
## Changelog
2+
23
--------------------------------------------
4+
[0.2.2] - 2019.12.13
5+
6+
* Removed the soft link of WebRTC.framework to fix compile errors of macos version when third-party flutter app depends on plugins
7+
38
[0.2.1] - 2019.12.12
9+
410
* Code format.
511
* Remove unused files.
612

713
[0.2.0] - 2019.12.12
14+
815
* Add support for macOS (channel dev).
916
* Add support for Flutter Web (channel dev).
1017
* Add hasTorch support for Android (Camera2 API) and iOS.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android.
3-
version: 0.2.1
3+
version: 0.2.2
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55

66
dependencies:
@@ -20,4 +20,4 @@ flutter:
2020

2121
environment:
2222
sdk: ">=2.2.2 <3.0.0"
23-
23+
flutter: ">=0.1.12"

0 commit comments

Comments
 (0)
0