diff --git a/Cargo.lock b/Cargo.lock index d32c7f6..bde0749 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "shoop" -version = "0.0.5-alpha" +version = "0.0.6-alpha" dependencies = [ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 87d5ca1..3c87897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shoop" -version = "0.0.5-alpha" +version = "0.0.6-alpha" authors = ["Jake McGinty "] description = "Shoop is a high-speed encrypted file transfer tool reminiscent of scp. It uses SSH to bootstrap authentication and encryption, then uses UDT (a reliable protocol from the 2000s) instead of TCP (a reliable protocol from the 1970s)." keywords = ["scp", "transfer", "encrypted", "secure", "file"]