From bc758e948a0d7c2f57c909903c042c05a43f5e91 Mon Sep 17 00:00:00 2001 From: DASHU <385321165@qq.com> Date: Wed, 3 Sep 2025 16:58:43 +0800 Subject: [PATCH] change version --- ios/Podfile.lock | 2 +- lib/const/base.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index df8db15..59242dc 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -98,7 +98,7 @@ SPEC CHECKSUMS: background_downloader: 50e91d979067b82081aba359d7d916b3ba5fadad cryptography_flutter: 70166b3780db39960caf51fd90fe308bec22d3f1 device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896 - Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 + Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 flutter_inappwebview_ios: b89ba3482b96fb25e00c967aae065701b66e9b99 flutter_nesigner_sdk: dc71aa8bc67e6955b77a470bdd40938c460383b3 flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13 diff --git a/lib/const/base.dart b/lib/const/base.dart index 0531fa3..450450c 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.2.0"; + static String VERSION_NAME = "1.3.0"; static const double BASE_PADDING = 12; diff --git a/pubspec.yaml b/pubspec.yaml index 2c7e7cc..90c5139 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.1.0+6 +version: 1.3.0+7 environment: sdk: '>=3.4.1 <4.0.0'