Skip to content

Commit 38d1855

Browse files
fix: update AppConstants.appVersion 1.2.2 → 1.5.1
The hardcoded app version constant was stuck at 1.2.2 while pubspec has been through multiple releases up to 1.5.1+276. No callers depend on it for functionality (only for display), but it drifts every release. Long term this should be derived from package_info_plus. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c60d8ec commit 38d1855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/constants/app_constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class AppConstants {
33
AppConstants._();
44

55
static const String appName = 'Red Grid Link';
6-
static const String appVersion = '1.2.2';
6+
static const String appVersion = '1.5.1';
77

88
// Device limits
99
static const int maxDevices = 8;

0 commit comments

Comments
 (0)