diff --git a/lib/const/base.dart b/lib/const/base.dart index de6b848..8280afc 100644 --- a/lib/const/base.dart +++ b/lib/const/base.dart @@ -1,7 +1,7 @@ class Base { static const APP_NAME = "Nowser"; - static String VERSION_NAME = "0.0.3"; + static String VERSION_NAME = "1.0.0"; static const double BASE_PADDING = 12; diff --git a/packages/nostr_sdk b/packages/nostr_sdk index b345bea..59d6523 160000 --- a/packages/nostr_sdk +++ b/packages/nostr_sdk @@ -1 +1 @@ -Subproject commit b345beab0e119e106f5b993e7d16d3c6530dbd60 +Subproject commit 59d6523d552f3bb6823a0ea6429756791a7a201c diff --git a/pubspec.yaml b/pubspec.yaml index 1582a84..94313af 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: 0.0.4+4 +version: 1.0.0+5 environment: sdk: '>=3.4.1 <4.0.0'