Skip to content

Commit

Permalink
release: 1.1.5 (fix-issue-166) (#179)
Browse files Browse the repository at this point in the history
* bump version for flutter-webrtc.

* release: 1.1.5.
  • Loading branch information
cloudwebrtc authored Oct 1, 2022
1 parent a60a2e8 commit 03c1fdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.1.5

* Make MediaDevice data class.
* Add simulate for candidate protocol switch.
* Fix VideoTrackRenderer for local has been blacked when toggle video status #166

## 1.1.4

* Fixed timestamp type error in ping/pong.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ packages:
name: flutter_webrtc
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.6"
version: "0.9.8"
google_fonts:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ packages:
name: flutter_webrtc
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.6"
version: "0.9.8"
glob:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: livekit_client
description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 1.1.4
version: 1.1.5
homepage: https://livekit.io

environment:
Expand All @@ -23,7 +23,7 @@ dependencies:
uuid: ^3.0.6
synchronized: ^3.0.0
protobuf: ^2.0.1
flutter_webrtc: 0.9.7
flutter_webrtc: 0.9.8
dart_webrtc: 1.0.8
device_info_plus: ^3.2.3
webrtc_interface: 1.0.8
Expand Down

0 comments on commit 03c1fdc

Please sign in to comment.