update version code

This commit is contained in:
wgh19
2024-05-22 20:59:52 +08:00
parent 1d49f1c387
commit 9505b78ae4
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export "state_controller.dart";
export "navigation.dart";
class _App {
final version = "1.0.4";
final version = "1.0.5";
bool get isAndroid => Platform.isAndroid;
bool get isIOS => Platform.isIOS;