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

Skip to content

Commit c77ef6e

Browse files
committed
Upgrade version to 0.3.2.
1 parent beff368 commit c77ef6e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.3.2] - 2020.09.11
5+
6+
* Reorganize the directory structure.
7+
* Replace class name navigator to MediaDevices.
8+
* Downgrade pedantic version to 1.9.0.
9+
410
[0.3.1] - 2020.09.11
511

612
* [Dart] Apply pedantic linter and more rigorous analysis options.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
6-
sdk: '>=2.1.1 <3.0.0'
6+
sdk: '>=2.2.2 <3.0.0'
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)
0