From 482dec3d816005c95762be2321f74f4d3025d9dd Mon Sep 17 00:00:00 2001 From: Shounak Mulay Date: Sat, 6 Mar 2021 11:58:46 +0530 Subject: [PATCH] Bump telephony version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5ba84..1177080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.9 +* Fix sendSms Future never completes. + ## 0.0.8 * Upgrade platform version. diff --git a/pubspec.yaml b/pubspec.yaml index 5115792..8a4cac6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: telephony description: A Flutter plugin to use telephony features such as fetch network info, start phone calls, send and receive SMS, and listen for incoming SMS. -version: 0.0.8 +version: 0.0.9 homepage: https://github.com/shounakmulay/Telephony repository: https://github.com/shounakmulay/Telephony