Update version code

This commit is contained in:
nyne
2025-05-05 18:26:01 +08:00
parent 1f2147ef72
commit bc1f5e11b5
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export "widget_utils.dart";
export "context.dart";
class _App {
final version = "1.4.2";
final version = "1.4.3";
bool get isAndroid => Platform.isAndroid;