From 69ebd43e0d516decd2c32b1bdeda7fb90fd23b5c Mon Sep 17 00:00:00 2001 From: stopflock Date: Fri, 30 Jan 2026 21:37:12 -0600 Subject: [PATCH] bump to 2.6 --- 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 86a91ef..d5ef6dc 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,4 +1,10 @@ { + "2.6.0": { + "content": [ + "• Fix slow node loading, offline node loading", + "• Prevent submissions when we have no data in that area" + ] + }, "2.5.0": { "content": [ "• NEW: 'Get more...' button in profile dropdowns - easily browse and import profiles from deflock.me/identify", diff --git a/pubspec.yaml b/pubspec.yaml index 098f7de..575bb9e 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.5.0+43 # The thing after the + is the version code, incremented with each release +version: 2.6.0+44 # 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+