diff --git a/Cargo.lock b/Cargo.lock index 5632f64..1e5fbbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1532,7 +1532,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nostr-rs-relay" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index aa3b1ee..fed5e7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Greg Heartsfield "] description = "A relay implementation for the Nostr protocol"