fix: stabilize library search and bump version

This commit is contained in:
zarzet
2026-05-08 00:40:25 +07:00
parent 8238e2fe68
commit 18467c54d6
3 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import 'package:flutter/foundation.dart';
class AppInfo {
static const String version = '4.5.0';
static const String buildNumber = '127';
static const String version = '4.5.1';
static const String buildNumber = '128';
static const String fullVersion = '$version+$buildNumber';
static String get displayVersion => kDebugMode ? 'Internal' : version;