diff --git a/Cargo.lock b/Cargo.lock index 612af3e..c0167f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "nostr-rs-relay" -version = "0.8.10" +version = "0.8.11" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index f9fa052..f5eecfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.8.10" +version = "0.8.11" edition = "2021" authors = ["Greg Heartsfield "] description = "A relay implementation for the Nostr protocol"