Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Mar 15, 2020
1 parent 320cbb6 commit 7282bb3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion express-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions jhira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "jhira"
version = "0.1.3"
version = "0.1.4"
authors = ["Shane Osbourne <shane.osbourne8@gmail.com>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion jhira_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jhira_core"
version = "0.1.3"
version = "0.1.4"
authors = ["Shane Osbourne <shane.osbourne8@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 7282bb3

Please sign in to comment.