diff --git a/Cargo.lock b/Cargo.lock index 90b41b0..0972509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "sshh" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 3f0ec74..b935447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sshh" description = "Quickly SSH into hosts" -version = "0.1.3" +version = "0.1.4" authors = ["Daniel Lockyer "] repository = "https://github.com/daniellockyer/sshh" homepage = "https://github.com/daniellockyer/sshh"