8000 release: 0.9.17. · withub-com/flutter-webrtc@d5b8f19 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5b8f19

Browse files
committed
release: 0.9.17.
1 parent fda3c43 commit d5b8f19

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.9.17] - 2022-11-28
5+
6+
* [Android] Update android webrtc version to 104.5112.05
7+
* [iOS] Update WebRTC.xframework version to 104.5112.07
8+
49
[0.9.16] - 2022-11-14
510

611
* [Linux] Fixed compiler error for flutter 3.3.8.

ios/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.9.13'
6+
s.version = '0.9.17'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'WebRTC-SDK', '104.5112.06'
18+
s.dependency 'WebRTC-SDK', '104.5112.07'
1919
s.ios.deployment_target = '10.0'
2020
s.static_framework = true
2121
end

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

0 commit comments

Comments
 (0)
0