Update version code

This commit is contained in:
2025-02-01 15:56:57 +08:00
parent 4e6f71ef36
commit 28a56b4612
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export "widget_utils.dart";
export "context.dart";
class _App {
final version = "1.2.2";
final version = "1.2.3";
bool get isAndroid => Platform.isAndroid;