From 9eb32fa56ee3618933fec4d25d76d29bb6d23d07 Mon Sep 17 00:00:00 2001 From: ethicnology Date: Tue, 21 Nov 2023 14:32:50 -0500 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8209e94..f16e60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,3 +70,7 @@ ## 1.4.2 - NIP50: search filter + +## 1.4.3 + +- refactor: Message.type is made of an MessageType enum instead of a String diff --git a/pubspec.yaml b/pubspec.yaml index 7942b91..cad77b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nostr description: A library for nostr protocol implemented in dart for flutter -version: 1.4.2 +version: 1.4.3 homepage: https://github.com/ethicnology/dart-nostr environment: