diff --git a/Cargo.lock b/Cargo.lock index 69e8436..3ad9ee2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "sshh" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fc26f2f..465d9b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sshh" description = "Quickly SSH into hosts" -version = "0.1.2" +version = "0.1.3" authors = ["Daniel Lockyer "] repository = "https://github.com/daniellockyer/sshh" homepage = "https://github.com/daniellockyer/sshh"