From 00b9348b8fd6428ab6e42c54e986af83991270e9 Mon Sep 17 00:00:00 2001 From: stopflock Date: Tue, 25 Aug 2026 13:42:05 -0500 Subject: [PATCH] version, changelog --- assets/changelog.json | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/changelog.json b/assets/changelog.json index 2e09f75..3bf0123 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,4 +1,10 @@ { + "2.11.1": { + "content": [ + "• Fix FOV-only edits not registering as a change", + "• Notify on changeset comments and show a popup bubble on launch" + ] + }, "2.11.0": { "content": [ "• Further improve node loading performance", diff --git a/pubspec.yaml b/pubspec.yaml index d25567f..cb32209 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.11.0+61 # The thing after the + is the version code, incremented with each release +version: 2.11.1+62 # 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+)