From f822e198eab70b873e87ab1b358e5b4017ca8730 Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 22 Jul 2025 17:55:51 +0800 Subject: [PATCH] Update version code. --- lib/foundation/app.dart | 2 +- pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/foundation/app.dart b/lib/foundation/app.dart index a0403f2..105b985 100644 --- a/lib/foundation/app.dart +++ b/lib/foundation/app.dart @@ -13,7 +13,7 @@ export "widget_utils.dart"; export "context.dart"; class _App { - final version = "1.4.5"; + final version = "1.4.6"; bool get isAndroid => Platform.isAndroid; diff --git a/pubspec.lock b/pubspec.lock index dcd3de8..ddf1f2d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1116,4 +1116,4 @@ packages: version: "0.0.12" sdks: dart: ">=3.8.0 <4.0.0" - flutter: ">=3.32.4" + flutter: ">=3.32.6" diff --git a/pubspec.yaml b/pubspec.yaml index 832a057..3255127 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,11 +2,11 @@ name: venera description: "A comic app." publish_to: 'none' -version: 1.4.5+145 +version: 1.4.6+146 environment: sdk: '>=3.8.0 <4.0.0' - flutter: 3.32.4 + flutter: 3.32.6 dependencies: flutter: