From 77a43b6b8ef1d274bbb5183ca25cf83865056db9 Mon Sep 17 00:00:00 2001 From: Krille Date: Thu, 20 Apr 2023 08:38:39 +0200 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 5e6a92ef..4d752a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.11.1 - 2023-04-20 +- fix: Download files on web and iOS with correct mimetype + ## v1.11.0 - 2023-04-14 - feat: Add visual read marker (Krille) - feat: Jump to last read event (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 3a59a61b..5e61bd22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.11.0+3254 +version: 1.11.1+3254 environment: sdk: ">=2.12.0 <3.0.0"