From 11649dd01e9e127108277d22851a06f3484531c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 17 Mar 2026 10:40:35 +0100 Subject: [PATCH] build: Increase build number fixes https://github.com/krille-chan/fluffychat/issues/2720 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cee10f98..6776ec92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none # On version bump please also increase: # 1. The build number (for F-Droid) # 2. The version in /snap/snapcraft.yaml -version: 2.5.0+3547 +version: 2.5.0+3550 environment: sdk: ">=3.11.1 <4.0.0"