diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b911ea..b1eaf60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 + +* Fix unable to exit app with double back-tap + ## 1.4.3 * Update th-th, ja-jp, and uwu translation (@rinme) diff --git a/pubspec.yaml b/pubspec.yaml index 3f119c47..0db0a008 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,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: 1.4.3+41 +version: 1.4.4+42 environment: sdk: ">=3.0.3 <4.0.0"