change version name

This commit is contained in:
DASHU
2025-07-28 11:08:50 +08:00
parent 97b9b830fe
commit 3f62ad1f9a

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.1.0";
static String VERSION_NAME = "1.2.0";
static const double BASE_PADDING = 12;