From 3f62ad1f9ad07e00fa4fd6cbd5467708634f923c Mon Sep 17 00:00:00 2001 From: DASHU <385321165@qq.com> Date: Mon, 28 Jul 2025 11:08:50 +0800 Subject: [PATCH] change version name --- lib/const/base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/const/base.dart b/lib/const/base.dart index 507a08a..0531fa3 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.1.0"; + static String VERSION_NAME = "1.2.0"; static const double BASE_PADDING = 12;