diff --git a/CHANGELOG.md b/CHANGELOG.md index 726226b..a58a200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.7 +* Fix build error when plugin included in iOS project. + ## 0.0.6 * Multipart messages are grouped as one single SMS so that listenSms functions only get triggered once. diff --git a/pubspec.yaml b/pubspec.yaml index 4ca285c..df39314 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.6 +version: 0.0.7 homepage: https://github.com/shounakmulay/Telephony repository: https://github.com/shounakmulay/Telephony