Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Sep 26, 2023
1 parent 2e80156 commit 269bf25
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.0+20] - September 26, 2023

* Automated dependency updates


## [1.0.0+19] - September 19, 2023

* Automated dependency updates
Expand Down Expand Up @@ -115,5 +120,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.0+19'
version: '1.0.0+20'

environment:
sdk: '>=2.19.0 <4.0.0'
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: 'flutter'
flutter_background_service: '^5.0.1'
flutter_webrtc: '^0.9.42+hotfix.1'
flutter_webrtc: '^0.9.44'
logging: '^1.2.0'
sdp_transform: '^0.3.2'
web_socket_channel: '^2.4.0'
Expand Down

0 comments on commit 269bf25

Please sign in to comment.