Skip to content

Commit

Permalink
release: 1.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Nov 2, 2022
1 parent 4dbde5e commit 809b1a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

--------------------------------------------
[1.0.10] - 2022-11-02

* Use RTCPeerConnection::onConnectionStateChange.

[1.0.9] - 2022-10-10

* Use RTCPeerConnection::onConnectionStateChange.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: dart_webrtc
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
version: 1.0.9
version: 1.0.10
homepage: https://github.com/flutter-webrtc/dart-webrtc

environment:
sdk: '>=2.13.0 <3.0.0'

dependencies:
webrtc_interface: ^1.0.8
webrtc_interface: ^1.0.9

dev_dependencies:
build_runner: ^1.10.0
Expand Down

0 comments on commit 809b1a9

Please sign in to comment.