Skip to content

Commit 779efbc

Browse files
Merge pull request #68 from ant-media/updateWebRTCLibraryVersion
Update the Flutter WebRTC version
2 parents 4344f25 + 99077db commit 779efbc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.5.1
2+
- **FIX**: Update WebRTC library version.
3+
14
## 1.5.0
25
- **ENHAN**: Add manuel publish option.
36

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ant_media_flutter
22
description: Flutter Package to use Ant Media Server Enterprise Edition Streaming Engine on Android, iOS, Web and Desktop
3-
version: 1.5.0
3+
version: 1.5.1
44
homepage: https://github.com/ant-media/WebRTC-Flutter-SDK
55

66
environment:
@@ -16,7 +16,7 @@ dependencies:
1616

1717
get: ^4.6.6
1818
collection: ^1.18.0
19-
flutter_webrtc: ^0.10.8
19+
flutter_webrtc: ^0.12.1+hotfix.1
2020
permission_handler: ^11.1.0
2121
shared_preferences: ^2.2.2
2222
http: ^1.1.2

0 commit comments

Comments
 (0)