From 5e426c342d7aed71df660e748ccc591687ff8bc5 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sun, 5 Oct 2025 00:29:19 -0500 Subject: [PATCH] bump version, disable dev mode --- 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 176df52..6f6445d 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -38,7 +38,7 @@ const String kClientName = 'DeFlock'; // Note: Version is now dynamically retrieved from VersionService // Development/testing features - set to false for production builds -const bool kEnableDevelopmentModes = true; // Set to false to hide sandbox/simulate modes and force production mode +const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode // Navigation features - set to false to hide navigation UI elements while in development const bool kEnableNavigationFeatures = kEnableDevelopmentModes; // Hide navigation until fully implemented diff --git a/pubspec.yaml b/pubspec.yaml index 6ed91a0..badc5c7 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.0.8 +version: 1.0.9 environment: sdk: ">=3.5.0 <4.0.0" # oauth2_client 4.x needs Dart 3.5+