From dd8c9b88ccdc691451beef3ad1e83d377f1fc5f3 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 25 Jul 2026 16:32:25 -0500 Subject: [PATCH] bump version and changelog --- assets/changelog.json | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/changelog.json b/assets/changelog.json index 0de981d..9f62ce7 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,4 +1,9 @@ { + "2.10.4": { + "content": [ + "• Catch and correct a couple rare map bounds issues" + ] + }, "2.10.3": { "content": [ "• Data loading performance improvements", diff --git a/pubspec.yaml b/pubspec.yaml index b683854..b787d20 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.10.3+58 # The thing after the + is the version code, incremented with each release +version: 2.10.4+59 # 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+)