diff --git a/bin/nostr_console.dart b/bin/nostr_console.dart index 3fd11ee..e3a149d 100644 --- a/bin/nostr_console.dart +++ b/bin/nostr_console.dart @@ -1,5 +1,4 @@ import 'dart:io'; -import 'package:bip340/bip340.dart'; import 'package:translator/translator.dart'; import 'package:nostr_console/event_ds.dart'; import 'package:nostr_console/tree_ds.dart'; diff --git a/lib/settings.dart b/lib/settings.dart index 4935873..e77b0cb 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -1,6 +1,10 @@ import 'dart:io'; import 'package:logging/logging.dart'; +// name of executable +const String exename = "nostr_console"; +const String version = "0.1.4-beta"; + int gDebug = 0; int gSpecificDebug = 0; @@ -50,10 +54,6 @@ List gListRelayUrls2 = [ "wss://nostr.ono.re" ]; -// name of executable -const String exename = "nostr_console"; -const String version = "0.1.3-beta"; - // well known disposable test private key const String gDefaultPublicKey = "e8caa2028a7090ffa85f1afee67451b309ba2f9dee655ec8f7e0a02c29388180"; String userPrivateKey = ""; diff --git a/pubspec.yaml b/pubspec.yaml index 8c3a27b..a581725 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nostr_console description: A multi-platform nostr client built for terminal/console. -version: 0.1.3-beta +version: 0.1.4-beta homepage: https://github.com/vishalxl/nostr_console # Release 0.1.3-beta