Skip to content

Commit

Permalink
Merge pull request #68 from ant-media/updateWebRTCLibraryVersion
Browse files Browse the repository at this point in the history
Update the Flutter WebRTC version
  • Loading branch information
mustafaboleken authored Nov 6, 2024
2 parents 4344f25 + 99077db commit 779efbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.5.1
- **FIX**: Update WebRTC library version.

## 1.5.0
- **ENHAN**: Add manuel publish option.

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ant_media_flutter
description: Flutter Package to use Ant Media Server Enterprise Edition Streaming Engine on Android, iOS, Web and Desktop
version: 1.5.0
version: 1.5.1
homepage: https://github.com/ant-media/WebRTC-Flutter-SDK

environment:
Expand All @@ -16,7 +16,7 @@ dependencies:

get: ^4.6.6
collection: ^1.18.0
flutter_webrtc: ^0.10.8
flutter_webrtc: ^0.12.1+hotfix.1
permission_handler: ^11.1.0
shared_preferences: ^2.2.2
http: ^1.1.2
Expand Down

0 comments on commit 779efbc

Please sign in to comment.