From 46d9879a4578dfeff922f13394e596b82170482a Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 22 Dec 2023 10:17:25 +0100 Subject: [PATCH] build: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0374df6f8..e0b190137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.16.1 +Test candidate for the new database. + ## v1.16.0 - build: Set olm to 1.3.2 to fix android build (krille-chan) - build: Update dependencies (krille-chan) diff --git a/pubspec.yaml b/pubspec.yaml index 938f8ddae..93dfc3687 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.16.0+3523 +version: 1.16.1+3523 environment: sdk: ">=3.0.0 <4.0.0"