Skip to content

Commit

Permalink
chore: upgrade dependencies & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Sep 1, 2023
1 parent 44edfc4 commit 1716e81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@
- NIP 20 Command Results
- NIP 28 Public Chat
- NIP 51 Lists

## 1.4.1

- NIP01 [new **a** filter](https://github.com/nostr-protocol/nips/commit/e50bf508d9014cfb19bfa8a5c4ec88dc4788d490)
- Upgrade bip340 dependency
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nostr
description: A library for nostr protocol implemented in dart for flutter
version: 1.4.0
version: 1.4.1
homepage: https://github.com/ethicnology/dart-nostr

environment:
Expand All @@ -10,7 +10,7 @@ dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
dependencies:
bip340: ^0.1.0
bip340: ^0.2.0
convert: ^3.1.1
pointycastle: ^3.7.3
bech32: ^0.2.2
Expand Down

0 comments on commit 1716e81

Please sign in to comment.