From 7282bb3388b37820ff822e408f3c34d3a6bd7dd0 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 15 Mar 2020 15:29:50 +0000 Subject: [PATCH] release 0.1.4 --- Cargo.lock | 6 +++--- express-install.sh | 2 +- jhira/Cargo.toml | 4 ++-- jhira_core/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b38ebc..6838058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,19 +590,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jhira" -version = "0.1.3" +version = "0.1.4" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "jhira_core 0.1.3", + "jhira_core 0.1.4", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jhira_core" -version = "0.1.3" +version = "0.1.4" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "argh 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/express-install.sh b/express-install.sh index 0578f8d..0bf50de 100644 --- a/express-install.sh +++ b/express-install.sh @@ -36,7 +36,7 @@ path_check() { exec_install() { clear_term echo "Beginning express download of JHIRA" - curl -L "https://github.com/wearejh/jhira/releases/download/v0.1.2/jhira" --output jhira-temp-binary-file + curl -L "https://github.com/wearejh/jhira/releases/download/v0.1.4/jhira" --output jhira-temp-binary-file chmod +x ./jhira-temp-binary-file echo "Download successful!" echo "You may now be asked for your password to install the JHIRA binary" diff --git a/jhira/Cargo.toml b/jhira/Cargo.toml index de21372..be3587f 100644 --- a/jhira/Cargo.toml +++ b/jhira/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "jhira" -version = "0.1.3" +version = "0.1.4" authors = ["Shane Osbourne "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -jhira_core = { path = "../jhira_core", version = "0.1.3" } +jhira_core = { path = "../jhira_core", version = "0.1.4" } tokio = { version = "0.2.13", features = ["full"] } failure = "0.1.6" futures = "0.3.4" diff --git a/jhira_core/Cargo.toml b/jhira_core/Cargo.toml index 7282630..981a0c6 100644 --- a/jhira_core/Cargo.toml +++ b/jhira_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jhira_core" -version = "0.1.3" +version = "0.1.4" authors = ["Shane Osbourne "] edition = "2018"