Skip to content

Commit 5f82cec

Browse files
committed
Upgrade version to 0.3.4
1 parent 82dc309 commit 5f82cec

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.3.4] - 2021.01.08
5+
6+
* fix bug.
7+
* Check Content-Length loosely.
8+
* [example] 🐛 makes sure speaker is off to match UI state
9+
410
[0.3.3] - 2020.11.27
511

612
* Fix uri parse.

example/pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ dependencies:
2727
sip_ua:
2828
path: ../
2929
shared_preferences:
30-
shared_preferences_macos:
31-
shared_preferences_web:
3230

3331
dev_dependencies:
3432
flutter_test:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.3.3
2+
version: 0.3.4
33
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
crypto: ^2.1.2
1111
flutter_webrtc: ^0.5.7
12-
intl: ^0.16.0
12+
intl: any
1313
logger: ^0.9.0
1414
parser_error: ^0.1.1
1515
path: ^1.6.4

0 commit comments

Comments
 (0)