update version code; add linux build script

This commit is contained in:
nyne
2024-06-12 21:51:20 +08:00
parent 4476ad7f90
commit 6118fc30f8
5 changed files with 31 additions and 4 deletions

View File

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