diff --git a/Cargo.lock b/Cargo.lock index 36ef6e5..f15bffa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3655,7 +3655,7 @@ checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" [[package]] name = "sendme" -version = "0.20.0" +version = "0.21.0" dependencies = [ "anyhow", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 43bd994..e7a3282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sendme" -version = "0.20.0" +version = "0.21.0" edition = "2021" authors = ["RĂ¼diger Klaehn ", "n0 team"] keywords = ["scp", "sftp", "network", "p2p", "holepunching"]