Merge pull request #596 from venera-app/version-1.6.0

Update version code
This commit is contained in:
ynyx631
2025-11-01 12:29:52 +08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

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