diff --git a/Cargo.lock b/Cargo.lock index 8dcf098..d97dfe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "sshh" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index a020dff..d6e0f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sshh" description = "Quickly SSH into hosts" -version = "0.2.0" +version = "0.2.1" authors = ["Daniel Lockyer "] repository = "https://github.com/daniellockyer/sshh" homepage = "https://github.com/daniellockyer/sshh"