From 3be8dc16c0d2b22810ba937cf7061eabbdd9c8e6 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Mon, 27 Sep 2021 19:57:10 +0800 Subject: [PATCH] Upgrade verstion to 0.3.9. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e62747df..189e40b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -------------------------------------------- +[0.3.9] - 2021.09.27 + +* Upgrade flutter-webrtc to 0.6.8 + [0.3.8] - 2021.09.26 * Fix ice delay. diff --git a/pubspec.yaml b/pubspec.yaml index 94a3de4a..8d0f6a67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sip_ua -version: 0.3.8 +version: 0.3.9 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: @@ -9,7 +9,7 @@ environment: dependencies: crypto: ^3.0.0 flutter_webrtc: ^0.6.8 - intl: any + intl: ^0.17.0 logger: ^1.0.0 parser_error: ^0.2.0 path: ^1.6.4