diff --git a/assets/changelog.json b/assets/changelog.json index b00d3fa..b8586da 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,4 +1,9 @@ { + "2.7.2": { + "content": [ + "• Now following OSM UserAgent guidelines." + ] + }, "2.7.1": { "content": [ "• Fixed operator profile selection being lost when moving node position, adjusting direction, or changing profiles", diff --git a/pubspec.yaml b/pubspec.yaml index e351866..6523ba4 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.7.1+47 # The thing after the + is the version code, incremented with each release +version: 2.7.2+48 # The thing after the + is the version code, incremented with each release environment: sdk: ">=3.8.0 <4.0.0" # RadioGroup widget requires Dart 3.8+ (Flutter 3.35+)