diff --git a/assets/changelog.json b/assets/changelog.json index e3c58a5..cdea49d 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,4 +1,10 @@ { + "2.10.5": { + "content": [ + "• Make node tags selectable / copyable", + "• Add status indicator to details sheet for pending nodes" + ] + }, "2.10.4": { "content": [ "• Catch and correct a couple rare map bounds issues", diff --git a/pubspec.yaml b/pubspec.yaml index b787d20..750f5e3 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.4+59 # The thing after the + is the version code, incremented with each release +version: 2.10.5+60 # 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+)