From c8c97cb9cc1e37504c93b2f35acd7039fd39205d Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 12 Jan 2024 13:34:19 +0700 Subject: [PATCH] Bump version to `v0.11.3` Signed-off-by: dab246 (cherry picked from commit 36f2578acdf998a44872e506b08724074cb18f09) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f388145..64605e1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.11.3] - 2024-01-12 +### Fixed +- Get plain notification on iOS + ## [0.11.2] - 2024-01-12 ### Changed - Disable Work Manager in sending email automatically @@ -381,6 +385,8 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.11.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.3 +[0.11.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.2 [0.11.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.0 [0.10.5]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.5 [0.10.4]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.4 diff --git a/pubspec.yaml b/pubspec.yaml index f3e546809..c7e623d17 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.11.2 +version: 0.11.3 environment: sdk: ">=3.0.0 <4.0.0"