From 9505b78ae48ec9922b014e8219dc8d697c6f12d8 Mon Sep 17 00:00:00 2001 From: wgh19 Date: Wed, 22 May 2024 20:59:52 +0800 Subject: [PATCH] update version code --- lib/foundation/app.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/foundation/app.dart b/lib/foundation/app.dart index 46520a1..f6a97e7 100644 --- a/lib/foundation/app.dart +++ b/lib/foundation/app.dart @@ -11,7 +11,7 @@ export "state_controller.dart"; export "navigation.dart"; class _App { - final version = "1.0.4"; + final version = "1.0.5"; bool get isAndroid => Platform.isAndroid; bool get isIOS => Platform.isIOS; diff --git a/pubspec.yaml b/pubspec.yaml index e133953..45a022c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.4+104 +version: 1.0.5+105 environment: sdk: '>=3.3.4 <4.0.0'