From 1599a9b3ddba79bc72270e6ded50cf047977ebea Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 28 Aug 2024 17:19:44 +0700 Subject: [PATCH] Bump version to v0.13.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3b486b35..bb3f565710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.13.1] - 2024-08-28 +### Fixed +- Get SMime signature status in headers parsed value + ## [0.13.0] - 2024-08-23 ### Added - #2857 New icon for Twake Mail diff --git a/pubspec.yaml b/pubspec.yaml index ef66fdacfd..9590525940 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.13.0 +version: 0.13.1 environment: sdk: ">=3.0.0 <4.0.0"