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;