Skip to content

Commit ebc382b

Browse files
committed
chore: bump version.
1 parent eff4219 commit ebc382b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33
--------------------------------------------------------------------------------
4+
[0.5.4] - 2022-05-27
5+
6+
* fix: fix resource location.
7+
* chore: bump version for flutter-webrtc.
8+
49
[0.5.3] - 2022-03-25
510

611
* fix: fix sdp negotiation issue.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: flutter_whip
2-
version: 0.5.3
2+
version: 0.5.4
33
description: WebRTC-HTTP ingestion protocol (WHIP) library for flutter.
44
homepage: https://github.com/cloudwebrtc/flutter-whip.git
55
environment:
66
sdk: ">=2.12.0 <3.0.0"
77

88
dependencies:
99
events2: ^1.0.0
10-
flutter_webrtc: ^0.8.3
10+
flutter_webrtc: ^0.8.7
1111
http: ^0.13.3
1212
sdp_transform: ^0.3.2
1313
uuid: ^3.0.3

0 commit comments

Comments
 (0)