diff --git a/Cargo.lock b/Cargo.lock index 5471ca6..c4419f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1832,7 +1832,7 @@ dependencies = [ [[package]] name = "nostr-rs-relay" -version = "0.8.13" +version = "0.9.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 8a98844..7f0ce2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.8.13" +version = "0.9.0" edition = "2021" authors = ["Greg Heartsfield "] description = "A relay implementation for the Nostr protocol"