From 73102c9523515ee09105f8194a0a4723a6cd1c0a Mon Sep 17 00:00:00 2001 From: Seb Insua Date: Tue, 12 Jan 2016 20:15:20 +0000 Subject: [PATCH] docs(version): updated version to 0.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84acfed..583156a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "teller_cli" -version = "0.0.5" +version = "0.0.6" dependencies = [ "chrono 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 857b14c..d1602c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teller_cli" -version = "0.0.5" +version = "0.0.6" authors = ["Seb Insua "] [[bin]] diff --git a/README.md b/README.md index 32c3159..336601b 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ echo "Last TX: $LAST_TRANSACTION"; ### From release ``` -> curl -L https://github.com/sebinsua/teller-cli/releases/download/v0.0.5/teller > /usr/local/bin/teller && chmod +x /usr/local/bin/teller +> curl -L https://github.com/sebinsua/teller-cli/releases/download/v0.0.6/teller > /usr/local/bin/teller && chmod +x /usr/local/bin/teller ``` ### From source