From a9b496c08326fb178d70612e740848f8ad2976d1 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Tue, 5 Oct 2021 09:38:09 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0414ded9..774910c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.41.2 - 2021-10-05 +Minor bugfix release. + +- fix: Last space is not visible +- chore: Google services disabled by default for F-Droid + ## v0.41.1 - 2021-09-15 Minor bugfix release. diff --git a/pubspec.yaml b/pubspec.yaml index 5cb48b2c..53a58fa6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.41.1+1410 +version: 0.41.2+1456 environment: sdk: ">=2.6.0 <3.0.0"