From a584fd5ef4da3bcf5393b8ead0077afdfccaa454 Mon Sep 17 00:00:00 2001 From: DASHU <385321165@qq.com> Date: Fri, 12 Dec 2025 10:30:17 +0800 Subject: [PATCH] change version name --- lib/const/base.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/const/base.dart b/lib/const/base.dart index f836921..40389ff 100644 --- a/lib/const/base.dart +++ b/lib/const/base.dart @@ -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; diff --git a/pubspec.yaml b/pubspec.yaml index 34bbe81..5db923c 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.4.0+8 +version: 1.4.1+9 environment: sdk: '>=3.4.1 <4.0.0'