From 2e2793675eef8b3bc00c890c6fcf33a2c50544ee Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Wed, 23 Nov 2022 22:40:58 +0530 Subject: [PATCH] version 0.1.7 --- 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 6a76b11..064de69 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -3,7 +3,7 @@ import 'package:logging/logging.dart'; // name of executable const String exename = "nostr_console"; -const String version = "0.1.6-beta"; +const String version = "0.1.7-beta"; int gDebug = 0; int gSpecificDebug = 0; diff --git a/pubspec.yaml b/pubspec.yaml index 22f12d5..f367ce2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nostr_console description: A multi-platform nostr client built for terminal/console. -version: 0.1.5-beta +version: 0.1.7-beta homepage: https://github.com/vishalxl/nostr_console # Release 0.1.6-beta