Skip to content

Commit

Permalink
chore: bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Feb 7, 2022
1 parent 5068498 commit eda4b43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.0] - 2022.02.08

* Null safety.
* Bump version for flutter-webrtc.

[0.4.0] - 2021.10.13

* Add extended header support (#235)
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: sip_ua
version: 0.4.0
version: 0.5.0
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
homepage: https://github.com/cloudwebrtc/dart-sip-ua
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
crypto: ^3.0.0
flutter_webrtc: 0.6.8
flutter_webrtc: ^0.8.2
intl: ^0.17.0
logger: ^1.0.0
parser_error: ^0.2.0
Expand Down

0 comments on commit eda4b43

Please sign in to comment.