change version

This commit is contained in:
DASHU
2025-09-03 16:58:43 +08:00
parent 44315cfe48
commit bc758e948a
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ SPEC CHECKSUMS:
background_downloader: 50e91d979067b82081aba359d7d916b3ba5fadad background_downloader: 50e91d979067b82081aba359d7d916b3ba5fadad
cryptography_flutter: 70166b3780db39960caf51fd90fe308bec22d3f1 cryptography_flutter: 70166b3780db39960caf51fd90fe308bec22d3f1
device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896 device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
flutter_inappwebview_ios: b89ba3482b96fb25e00c967aae065701b66e9b99 flutter_inappwebview_ios: b89ba3482b96fb25e00c967aae065701b66e9b99
flutter_nesigner_sdk: dc71aa8bc67e6955b77a470bdd40938c460383b3 flutter_nesigner_sdk: dc71aa8bc67e6955b77a470bdd40938c460383b3
flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13 flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13

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.2.0"; static String VERSION_NAME = "1.3.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.1.0+6 version: 1.3.0+7
environment: environment:
sdk: '>=3.4.1 <4.0.0' sdk: '>=3.4.1 <4.0.0'