diff --git a/lib/settings.dart b/lib/settings.dart index a31bc51..dcdf290 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -3,7 +3,7 @@ import 'package:logging/logging.dart'; // name of executable const String exename = "nostr_console"; -const String version = "0.1.5-beta"; +const String version = "0.1.6-beta"; int gDebug = 0; int gSpecificDebug = 0; diff --git a/pubspec.yaml b/pubspec.yaml index b929ce5..50092d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,10 +3,9 @@ description: A multi-platform nostr client built for terminal/console. version: 0.1.5-beta homepage: https://github.com/vishalxl/nostr_console -# Release 0.1.3-beta -# nip05 build -# build - +# Release 0.1.6-beta +# reply in 14x channels +# event quotes supported #[1] etc environment: sdk: '>=2.17.3 <3.0.0'