From 8af610fd463c4150a514890597973792bdea8568 Mon Sep 17 00:00:00 2001 From: vishalxl <> Date: Thu, 25 Aug 2022 00:04:39 +0530 Subject: [PATCH] version to 0.0.6 --- lib/settings.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/settings.dart b/lib/settings.dart index 2c4f8a9..596fa02 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -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"; diff --git a/pubspec.yaml b/pubspec.yaml index c9b63f4..5a5629e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: