Skip to content

Commit 809ba43

Browse files
committed
release: 1.0.8.
1 parent 085e91d commit 809ba43

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[1.0.8] - 2022-09-06
5+
6+
* Bump version for webrtc-interface.
7+
48
[1.0.7] - 2022-08-04
59

610
* Bump version for webrtc-interface.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dart_webrtc
22
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
3-
version: 1.0.7
3+
version: 1.0.8
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
77
sdk: '>=2.13.0 <3.0.0'
88

99
dependencies:
10-
webrtc_interface: ^1.0.6
10+
webrtc_interface: ^1.0.8
1111

1212
dev_dependencies:
1313
build_runner: ^1.10.0

0 commit comments

Comments
 (0)