From 9ad7e82e937826eb2fe1a2e835b557b33a9063ee Mon Sep 17 00:00:00 2001 From: stopflock Date: Thu, 2 Oct 2025 01:57:40 -0500 Subject: [PATCH] Bump version --- lib/dev_config.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dev_config.dart b/lib/dev_config.dart index 3448a6d..ffa4c1f 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -36,7 +36,7 @@ const double kAddPinYOffset = 0.0; // Client name and version for OSM uploads ("created_by" tag) const String kClientName = 'DeFlock'; -const String kClientVersion = '1.0.1'; +const String kClientVersion = '1.0.2'; // Development/testing features - set to false for production builds const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode diff --git a/pubspec.yaml b/pubspec.yaml index 2f10f15..1945444 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: deflockapp description: Map public surveillance infrastructure with OpenStreetMap publish_to: "none" -version: 0.5.0 +version: 1.0.2 environment: sdk: ">=3.5.0 <4.0.0" # oauth2_client 4.x needs Dart 3.5+