mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-11-19 18:37:45 +01:00
changed version to 0.1.4-beta
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'package:bip340/bip340.dart';
|
|
||||||
import 'package:translator/translator.dart';
|
import 'package:translator/translator.dart';
|
||||||
import 'package:nostr_console/event_ds.dart';
|
import 'package:nostr_console/event_ds.dart';
|
||||||
import 'package:nostr_console/tree_ds.dart';
|
import 'package:nostr_console/tree_ds.dart';
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'package:logging/logging.dart';
|
import 'package:logging/logging.dart';
|
||||||
|
|
||||||
|
// name of executable
|
||||||
|
const String exename = "nostr_console";
|
||||||
|
const String version = "0.1.4-beta";
|
||||||
|
|
||||||
int gDebug = 0;
|
int gDebug = 0;
|
||||||
int gSpecificDebug = 0;
|
int gSpecificDebug = 0;
|
||||||
|
|
||||||
@@ -50,10 +54,6 @@ List<String> gListRelayUrls2 = [
|
|||||||
"wss://nostr.ono.re"
|
"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
|
// well known disposable test private key
|
||||||
const String gDefaultPublicKey = "e8caa2028a7090ffa85f1afee67451b309ba2f9dee655ec8f7e0a02c29388180";
|
const String gDefaultPublicKey = "e8caa2028a7090ffa85f1afee67451b309ba2f9dee655ec8f7e0a02c29388180";
|
||||||
String userPrivateKey = "";
|
String userPrivateKey = "";
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: nostr_console
|
name: nostr_console
|
||||||
description: A multi-platform nostr client built for terminal/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
|
homepage: https://github.com/vishalxl/nostr_console
|
||||||
|
|
||||||
# Release 0.1.3-beta
|
# Release 0.1.3-beta
|
||||||
|
|||||||
Reference in New Issue
Block a user