Skip to content

Commit

Permalink
chore: bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed May 27, 2022
1 parent eff4219 commit ebc382b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

--------------------------------------------------------------------------------
[0.5.4] - 2022-05-27

* fix: fix resource location.
* chore: bump version for flutter-webrtc.

[0.5.3] - 2022-03-25

* fix: fix sdp negotiation issue.
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: flutter_whip
version: 0.5.3
version: 0.5.4
description: WebRTC-HTTP ingestion protocol (WHIP) library for flutter.
homepage: https://github.com/cloudwebrtc/flutter-whip.git
environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
events2: ^1.0.0
flutter_webrtc: ^0.8.3
flutter_webrtc: ^0.8.7
http: ^0.13.3
sdp_transform: ^0.3.2
uuid: ^3.0.3
Expand Down

0 comments on commit ebc382b

Please sign in to comment.