Skip to content

Commit

Permalink
for release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalxl committed Dec 2, 2022
1 parent b4e2a78 commit 88db953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:logging/logging.dart';

// name of executable
const String exename = "nostr_console";
const String version = "0.2.1-beta";
const String version = "0.2.2-beta";

int gDebug = 0;
int gSpecificDebug = 0;
Expand Down
16 changes: 4 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
name: nostr_console
description: A multi-platform nostr client built for terminal/console
version: 0.2.1-beta
version: 0.2.2-beta
homepage: https://github.com/vishalxl/nostr_console

# Release 0.2.0-beta
# added utils.dart
# reply shortened
# chmod in actions
# improved channel display
# /help in enc groups
# still fixing notifications
# reset notifications for dm
# increased ininital delay and improved print ui for enc groups
# adding hash support

# Release 0.2.2-beta
# fixed issue with encrypted groups where an invite from non-follow wasn't processed/received

environment:
sdk: '>=2.17.3 <3.0.0'

Expand Down

0 comments on commit 88db953

Please sign in to comment.