changed version to 0.1.4-beta

This commit is contained in:
Vishal 2022-11-16 10:54:39 +05:30
parent 68feb7737c
commit 86f056b1a3
3 changed files with 5 additions and 6 deletions

View File

@ -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';

View File

@ -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 = "";

View File

@ -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