Bump version to v0.9.1
(cherry picked from commit b7280c3ff76f7d9c525b390b36a4f7da93245238)
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
## [0.9.1] - 2023-08-23
|
||||||
|
### Fixed
|
||||||
|
- \#1974 Fix refreshToken with OIDC on jmap.linagora.com/oidc
|
||||||
|
- \#2099 Fix quota information are missing
|
||||||
|
|
||||||
## [0.9.0] - 2023-08-18
|
## [0.9.0] - 2023-08-18
|
||||||
### Added
|
### Added
|
||||||
- \#1710 Delete all spam emails
|
- \#1710 Delete all spam emails
|
||||||
@@ -232,6 +237,7 @@
|
|||||||
- \#1512 remove plain text input for signature
|
- \#1512 remove plain text input for signature
|
||||||
- \#1469 remove animation when navigating screen
|
- \#1469 remove animation when navigating screen
|
||||||
|
|
||||||
|
[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
|
[0.9.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.0
|
||||||
[0.8.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.9
|
[0.8.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.9
|
||||||
[0.8.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.8
|
[0.8.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.8
|
||||||
|
|||||||
+1
-1
@@ -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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.9.0
|
version: 0.9.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user