From 305c08fea14457ee17d14db0f396f4f21774a337 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 19 Sep 2023 11:49:14 +0700 Subject: [PATCH] Bump version to `v0.9.3` (cherry picked from commit 81f4b7d8dcc6608110574e1a54b7552496123421) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1916c1ebc..fe6b2e4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.9.3] - 2023-09-19 +### Fixed +- \[HOT-FIX\] Fix built release but nginx route 404 not found on web + ## [0.9.2] - 2023-09-14 ### Changed - \#2134 \[WEB\] mailto URL @@ -257,6 +261,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.9.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.3 [0.9.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.2 [0.9.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.1 [0.9.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.0 diff --git a/pubspec.yaml b/pubspec.yaml index 7f274c9a1..e59e2d878 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.9.2 +version: 0.9.3 environment: sdk: ">=3.0.0 <4.0.0"