From 311e19d3df4cadca32b776096f044ffdf7488639 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Fri, 24 Oct 2025 11:40:41 +0700 Subject: [PATCH] Bump version to v0.20.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8943f6e..0d7985ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.20.1] - 2025-10-24 +### Added +- Translation: Chinese, French, Vietnamese, Russian, Ukrainian, Irish + ## [0.20.0] - 2025-10-17 ### Fixed - #4045 Display storage only when storage exceeds 80% of total storage diff --git a/pubspec.yaml b/pubspec.yaml index 561707b52..c354eee28 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.20.0 +version: 0.20.1 environment: sdk: ">=3.0.0 <4.0.0"