change version and update package

This commit is contained in:
DASHU
2025-02-06 11:57:22 +08:00
parent a8dba96bf8
commit 269beba037
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
class Base {
static const APP_NAME = "Nowser";
static String VERSION_NAME = "0.0.3";
static String VERSION_NAME = "1.0.0";
static const double BASE_PADDING = 12;

View File

@@ -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: 0.0.4+4
version: 1.0.0+5
environment:
sdk: '>=3.4.1 <4.0.0'