From 0447069246d19daa23be3fb4b19e0567c39a04a6 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 19 Dec 2019 12:50:42 +0700 Subject: [PATCH] v0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"