update version code

This commit is contained in:
2024-11-24 11:08:21 +08:00
parent 5bc3ddaf26
commit 4b32165aae
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.0.6";
final version = "1.0.7";
bool get isAndroid => Platform.isAndroid;