Skip to content

Commit 3be8dc1

Browse files
committed
Upgrade verstion to 0.3.9.
1 parent 466bafb commit 3be8dc1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.3.9] - 2021.09.27
5+
6+
* Upgrade flutter-webrtc to 0.6.8
7+
48
[0.3.8] - 2021.09.26
59

610
* Fix ice delay.

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.8
2+
version: 0.3.9
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: ^3.0.0
1111
flutter_webrtc: ^0.6.8
12-
intl: any
12+
intl: ^0.17.0
1313
logger: ^1.0.0
1414
parser_error: ^0.2.0
1515
path: ^1.6.4

0 commit comments

Comments
 (0)