Update version code.

This commit is contained in:
2025-09-03 22:05:04 +08:00
parent 97940b9492
commit 77a9aa5457
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@ name: venera
description: "A comic app."
publish_to: 'none'
version: 1.4.6+146
version: 1.5.0+150
environment:
sdk: '>=3.8.0 <4.0.0'