From d57b2f64b1cbd9e11fd482cf5e5ac8ee17520b7d Mon Sep 17 00:00:00 2001 From: stopflock Date: Sun, 9 Nov 2025 14:32:46 -0600 Subject: [PATCH] Bump version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7c1d039..2495489 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: deflockapp description: Map public surveillance infrastructure with OpenStreetMap publish_to: "none" -version: 1.2.9+8 # The thing after the + is the version code, incremented with each release +version: 1.3.0+8 # The thing after the + is the version code, incremented with each release environment: sdk: ">=3.5.0 <4.0.0" # oauth2_client 4.x needs Dart 3.5+