From 0d0122be3af785704f5b08b1b6bbfa01a6e2246d Mon Sep 17 00:00:00 2001 From: nyne Date: Sat, 14 Dec 2024 18:26:32 +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 fb7d6d8..7625ad9 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.0.9"; + final version = "1.1.0"; bool get isAndroid => Platform.isAndroid; bool get isIOS => Platform.isIOS; diff --git a/pubspec.yaml b/pubspec.yaml index b229159..a1a4aec 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.9+109 +version: 1.1.0+110 environment: sdk: '>=3.3.4 <4.0.0'