commit bc68cd0c74722ce49d492feaa272d43724b959ea
parent 97589006faf14670afc6bdcbc706a1b3f4ce1c0a
Author: Greg Heartsfield <scsibug@imap.cc>
Date: Sat, 12 Feb 2022 14:10:44 -0600
build: bump version to 0.5.0
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -723,7 +723,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "nostr-rs-relay"
-version = "0.4.2"
+version = "0.5.0"
dependencies = [
"bitcoin_hashes 0.9.7",
"config",
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
-version = "0.4.2"
+version = "0.5.0"
edition = "2021"
[dependencies]