mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-25 07:50:54 +02:00
changed version to 0.1.4-beta
This commit is contained in:
parent
68feb7737c
commit
86f056b1a3
@ -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';
|
||||
|
@ -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<String> 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 = "";
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user