change version

This commit is contained in:
haorendashu
2025-12-02 12:16:07 +08:00
parent dd58921356
commit 7169631be1
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import 'package:nostr_sdk/utils/platform_util.dart';
class Base { class Base {
static const APP_NAME = "Nowser"; static const APP_NAME = "Nowser";
static String VERSION_NAME = "1.3.0"; static String VERSION_NAME = "1.4.0";
static const double BASE_PADDING = 12; 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 # 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 # 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. # of the product and file versions while build-number is used as the build suffix.
version: 1.3.0+7 version: 1.4.0+8
environment: environment:
sdk: '>=3.4.1 <4.0.0' sdk: '>=3.4.1 <4.0.0'