From f0fb4153168c324dc7532f89d5b2ad976dedb531 Mon Sep 17 00:00:00 2001 From: Krille Date: Sat, 30 Sep 2023 09:27:52 +0200 Subject: [PATCH] build: Bump version to 1.14.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0654fa73..e4a128905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.14.3 +- hotfix app lock still displayed even when account is logged out +- Update to Flutter 3.13.6 + ## v1.14.2 - hotfix for broken applock screen diff --git a/pubspec.yaml b/pubspec.yaml index 5c344e6cf..66ae51b45 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fluffychat description: Chat with your friends. publish_to: none # On version bump also increase the build number for F-Droid -version: 1.14.2+3517 +version: 1.14.3+3518 environment: sdk: ">=3.0.0 <4.0.0"