From 3c73439588aa4c021625dcc217b82556c3326d68 Mon Sep 17 00:00:00 2001 From: nyne Date: Wed, 2 Oct 2024 21:12:10 +0800 Subject: [PATCH] update version code --- README.md | 2 +- lib/foundation/app.dart | 2 +- pubspec.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfecec3..aa44113 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pixes -[![flutter](https://img.shields.io/badge/flutter-3.22.1-blue)](https://flutter.dev/) +[![flutter](https://img.shields.io/badge/flutter-3.22.3-blue)](https://flutter.dev/) [![License](https://img.shields.io/github/license/wgh136/pixes)](https://github.com/wgh136/pixes/blob/master/LICENSE) [![Download](https://img.shields.io/github/v/release/wgh136/pixes)](https://github.com/wgh136/pixes) [![stars](https://img.shields.io/github/stars/wgh136/pixes)](https://github.com/wgh136/pixes/stargazers) diff --git a/lib/foundation/app.dart b/lib/foundation/app.dart index c3ac8a3..fb7d6d8 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.8"; + final version = "1.0.9"; bool get isAndroid => Platform.isAndroid; bool get isIOS => Platform.isIOS; diff --git a/pubspec.yaml b/pubspec.yaml index a9dfebe..fde3730 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,10 +16,11 @@ 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.8+108 +version: 1.0.9+109 environment: sdk: '>=3.3.4 <4.0.0' + flutter: 3.22.3 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions