8000 bump version to 0.10.3. · baihua666/flutter-webrtc@724298d · GitHub
[go: up one dir, main page]

Skip to content

Commit 724298d

Browse files
committed
bump version to 0.10.3.
1 parent 717ea64 commit 724298d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.10.3] - 2024-04-09
5+
6+
* [iOS/macOS] Fix compilation warning for iOS/macOS.
7+
48
[0.10.2] - 2024-04-08
59

610
* [Native/Web] feat: add keyRingSize/discardFrameWhenCryptorNotReady to KeyProviderOptions.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.10.2
3+
version: 0.10.3
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=3.3.0 <4.0.0'
77
flutter: '>=1.22.0'
88

99
dependencies:
1010
collection: ^1.17.0
11-
dart_webrtc: ^1.3.1
11+
dart_webrtc: ^1.4.0
1212
flutter:
1313
sdk: flutter
1414
path_provider: ^2.0.2

0 commit comments

Comments
 (0)
0