Update CHANGELOG and bump version

This commit is contained in:
Dan Silk 2022-02-14 16:55:28 +10:30
parent d4b2579f90
commit 817412ea91
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 2.3.3
* Adding ability to send SMS directly on Android (#57).
# 2.3.2
* Update Android plugin to use V2 embedding.

View File

@ -1,6 +1,6 @@
name: flutter_sms
description: A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS.
version: 2.3.2
version: 2.3.3
homepage: https://github.com/rodydavis/plugins
repository: https://github.com/fluttercommunity/flutter_sms
maintainer: Rody Davis (@rodydavis)