diff --git a/Cargo.lock b/Cargo.lock index cc2972d..9bc1121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "1.5.3" +version = "1.6.0" dependencies = [ "base64 0.22.1", "bitcoin_hashes 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index 6f284a3..cc668cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chorus" -version = "1.5.3" +version = "1.6.0" description = "A personal relay for nostr" authors = ["Mike Dilger "] license = "MIT"