From 94091b489a98e85e30bd25316e53642f3627d48a Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 23 Nov 2022 08:08:26 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a20ade2a..548c1fa63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.7.1 2022 11-23 +Minor bugfix release to retrigger build for FlatPak and Android. Fixes some style bugs and updates some translations + ## v1.7.0 2022-11-17 FluffyChat 1.7.0 features a new way to work with spaces via a bottom navigation bar. A lot of work has also been done under the hood to make the app faster and more stable. The main color has slightly changed and the design got some finetuning. diff --git a/pubspec.yaml b/pubspec.yaml index e41b6d4b8..1dc8fd8f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.7.0+2328 +version: 1.7.1+2329 environment: sdk: ">=2.12.0 <3.0.0"