update version code

This commit is contained in:
wgh19
2024-05-17 18:01:14 +08:00
parent 811b7b4ed8
commit b0d740a174
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.2";
final version = "1.0.3";
bool get isAndroid => Platform.isAndroid;
bool get isIOS => Platform.isIOS;