From 029ebdeab4e2dd6a94924a1d3eec389a0cb6d150 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 8a20ade2..548c1fa6 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 e41b6d4b..1dc8fd8f 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"