Update version code

This commit is contained in:
2025-05-26 18:10:07 +08:00
parent 665f50ed2a
commit 20a57c7a36
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1107,5 +1107,5 @@ packages:
source: hosted
version: "0.0.12"
sdks:
dart: ">=3.7.0 <4.0.0"
flutter: ">=3.29.3"
dart: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

View File

@@ -2,11 +2,11 @@ name: venera
description: "A comic app."
publish_to: 'none'
version: 1.4.3+143
version: 1.4.4+144
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: 3.29.3
sdk: '>=3.8.0 <4.0.0'
flutter: 3.32.0
dependencies:
flutter: