change version name

This commit is contained in:
DASHU
2025-12-12 10:30:17 +08:00
parent e08b655f6d
commit a584fd5ef4
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 {
static const APP_NAME = "Nowser";
static String VERSION_NAME = "1.4.0";
static String VERSION_NAME = "1.4.1";
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: 1.4.0+8
version: 1.4.1+9
environment:
sdk: '>=3.4.1 <4.0.0'