Skip to content

Commit

Permalink
Merge pull request #20 from peiffer-innovations/dart_update_169267038…
Browse files Browse the repository at this point in the history
…2272

Automated Merge
  • Loading branch information
jpeiffer authored Aug 22, 2023
2 parents 355987f + 3f6e159 commit 9bd0325
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+17] - August 22, 2023

* Automated dependency updates


## [1.0.0+16] - August 15, 2023

* Automated dependency updates
Expand Down Expand Up @@ -99,3 +104,4 @@




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+16'
version: '1.0.0+17'

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.39'
flutter_webrtc: '^0.9.40'
logging: '^1.2.0'
sdp_transform: '^0.3.2'
web_socket_channel: '^2.4.0'
Expand Down

0 comments on commit 9bd0325

Please sign in to comment.