build 0.1.6-beta

This commit is contained in:
Vishal 2022-11-22 02:00:44 +05:30
parent 3eb5aadb7a
commit bb2c82f8d4
2 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@ import 'package:logging/logging.dart';
// name of executable // name of executable
const String exename = "nostr_console"; const String exename = "nostr_console";
const String version = "0.1.5-beta"; const String version = "0.1.6-beta";
int gDebug = 0; int gDebug = 0;
int gSpecificDebug = 0; int gSpecificDebug = 0;

View File

@ -3,10 +3,9 @@ description: A multi-platform nostr client built for terminal/console.
version: 0.1.5-beta version: 0.1.5-beta
homepage: https://github.com/vishalxl/nostr_console homepage: https://github.com/vishalxl/nostr_console
# Release 0.1.3-beta # Release 0.1.6-beta
# nip05 build # reply in 14x channels
# build # event quotes supported #[1] etc
environment: environment:
sdk: '>=2.17.3 <3.0.0' sdk: '>=2.17.3 <3.0.0'