version to 0.0.6

This commit is contained in:
vishalxl 2022-08-25 00:04:39 +05:30
parent 002d418841
commit 8af610fd46
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// name of executable
const String exename = "nostr_console";
const String version = "0.0.5";
const String version = "0.0.6";
// well known disposable test private key
const String gDefaultPrivateKey = "9d00d99c8dfad84534d3b395280ca3b3e81be5361d69dc0abf8e0fdf5a9d52f9";

View File

@ -1,6 +1,6 @@
name: nostr_console
description: A nostr client built for terminal/console.
version: 0.0.5
version: 0.0.6
homepage: https://github.com/vishalxl/nostr_console
environment: