Bump version to v0.9.3

(cherry picked from commit 81f4b7d8dcc6608110574e1a54b7552496123421)
This commit is contained in:
dab246
2023-09-19 11:49:14 +07:00
committed by Dat Vu
parent d403b042ae
commit 305c08fea1
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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"