From 30f546be290b300b49e118c14d78a094a7f41ace Mon Sep 17 00:00:00 2001 From: stopflock Date: Wed, 25 Feb 2026 19:27:59 -0600 Subject: [PATCH] Update pubspec.yaml bump version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 14f81d2..4ad0990 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: deflockapp description: Map public surveillance infrastructure with OpenStreetMap publish_to: "none" -version: 2.7.2+48 # The thing after the + is the version code, incremented with each release +version: 2.8.0+49 # The thing after the + is the version code, incremented with each release environment: sdk: ">=3.10.3 <4.0.0" # Resolved dependency floor (Dart 3.10.3 = Flutter 3.38+)