From 160aba942db5c78c366430d2ba3ac68385d9d8d4 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 1 Sep 2016 04:58:04 +0800 Subject: [PATCH] 0.0.6-alpha --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]