commit 2e2e01203b7bfd77c3998a69e538772aeced1ed7
parent 100f890284bfbcfa9551f5faf2c7bd904381e9cd
Author: Greg Heartsfield <scsibug@imap.cc>
Date: Thu, 23 Dec 2021 21:44:12 -0600
build: bump version to 0.1.6
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -435,7 +435,7 @@ dependencies = [
[[package]]
name = "nostr-rs-relay"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"bitcoin_hashes",
"env_logger",
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
-version = "0.1.5"
+version = "0.1.6"
edition = "2021"
[dependencies]