changed version number to 0.1.3-beta

This commit is contained in:
Vishal
2022-11-14 01:12:16 +05:30
parent dd6c361526
commit c8d1312284
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ List<String> gListRelayUrls2 = [
// name of executable // name of executable
const String exename = "nostr_console"; const String exename = "nostr_console";
const String version = "0.1.2-beta"; 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";

View File

@@ -1,12 +1,12 @@
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.2-beta version: 0.1.3-beta
homepage: https://github.com/vishalxl/nostr_console homepage: https://github.com/vishalxl/nostr_console
# Release 0.1.2-beta - reply to feature in public channels # Release 0.1.3-beta
# horizontal menu # horizontal menu
# fixed tests # fixed tests
#build
# clear screen for public channels + # clear screen for public channels +
# improved howto messages # improved howto messages
# removed red error for default invokation related to invalid old encrypted group keys # removed red error for default invokation related to invalid old encrypted group keys