From 2d00d7a8fbd1d42bc243a6d078658951502de21a Mon Sep 17 00:00:00 2001 From: stopflock Date: Thu, 12 Mar 2026 22:30:16 -0500 Subject: [PATCH] bump ver --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f148143..852d5b6 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.9.1+52 # The thing after the + is the version code, incremented with each release +version: 2.9.2+53 # 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+)