Skip to content

Commit

Permalink
Merge pull request #41 from peiffer-innovations/dart_update_171504875…
Browse files Browse the repository at this point in the history
…3814

Automated Merge
  • Loading branch information
jpeiffer authored May 7, 2024
2 parents 45a2f97 + 4d98475 commit 47ba22b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.1+6] - May 7, 2024

* Automated dependency updates


## [1.0.1+5] - April 16, 2024

* Automated dependency updates
Expand Down Expand Up @@ -204,5 +209,6 @@






4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'screen_streamer'
description: "A library that can stream an android, ios, etc. Flutter application's screen using WebRTC"
homepage: 'https://github.com/peiffer-innovations/screen_streamer'
version: '1.0.1+5'
version: '1.0.1+6'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: 'flutter'
flutter_background_service: '^5.0.5'
flutter_webrtc: '^0.10.3'
flutter_webrtc: '^0.10.4'
logging: '^1.2.0'
sdp_transform: '^0.3.2'
web_socket_channel: '^2.4.0'
Expand Down

0 comments on commit 47ba22b

Please sign in to comment.