From 03ec28eb45211b35a09232b4309e9dc059f730fc Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:07:13 +0530 Subject: [PATCH] version to 0.2.1 --- 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 01ed0bf..4e97233 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.2.0-beta"; +const String version = "0.2.1-beta"; int gDebug = 0; int gSpecificDebug = 0; diff --git a/pubspec.yaml b/pubspec.yaml index ba42796..1481297 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.9-beta +version: 0.2.1-beta homepage: https://github.com/vishalxl/nostr_console # Release 0.2.0-beta