diff --git a/assets/changelog.json b/assets/changelog.json index b761c58..0103faa 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,5 +1,5 @@ { - "1.2.5": { + "1.2.6": { "content": "• NEW: Compass indicator shows map orientation and enables north-lock mode\n• Smart area caching: Loads 3x larger areas and refreshes data every 60 seconds for much faster browsing\n• Enhanced tile loading: Increased retry attempts with faster delays - tiles load much more reliably\n• Better network status: Simplified loading indicator logic\n• Instant node display: Surveillance devices now appear immediately when data finishes loading\n• Node limit alerts: Get notified when some nodes are not drawn" }, "1.2.4": { diff --git a/pubspec.yaml b/pubspec.yaml index 8d26cd2..80e9551 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.5+5 # The thing after the + is the version code, incremented with each release +version: 1.2.6+5 # 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+