From 1c863fe769cdd180b98c14c847276c0890392038 Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 22 Sep 2023 08:27:52 +0200 Subject: [PATCH] build: Bump version to 1.14.2 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d77a5e3..c0654fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.14.2 +- hotfix for broken applock screen + ## v1.14.1 - fix: Routing bug when adding second account via password login diff --git a/pubspec.yaml b/pubspec.yaml index 4b0a71e0..5cf818ca 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.1+3516 +version: 1.14.2+3517 environment: sdk: ">=3.0.0 <4.0.0"