From 558832d188014bff1b388232f453c269b8fdfaf7 Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 10 Aug 2025 18:10:59 +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 8a4c7bd..d8e12d4 100644 --- a/lib/foundation/app.dart +++ b/lib/foundation/app.dart @@ -12,7 +12,7 @@ export "state_controller.dart"; export "navigation.dart"; class _App { - final version = "1.1.1"; + final version = "1.2.0"; bool get isAndroid => Platform.isAndroid; bool get isIOS => Platform.isIOS; diff --git a/pubspec.yaml b/pubspec.yaml index e1062ec..e550993 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.1.1+111 +version: 1.2.0+120 environment: sdk: '>=3.3.4 <4.0.0'