diff --git a/Cargo.lock b/Cargo.lock index a702edb..fe47049 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "sshh" -version = "0.1.1" +version = "0.1.2" 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 c05ab6f..fc26f2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sshh" description = "Quickly SSH into hosts" -version = "0.1.1" +version = "0.1.2" authors = ["Daniel Lockyer "] repository = "https://github.com/daniellockyer/sshh" homepage = "https://github.com/daniellockyer/sshh"