From 97f6013068329f806ae68c70d504809cececb673 Mon Sep 17 00:00:00 2001 From: Seb Insua Date: Tue, 5 Jan 2016 13:47:12 +0000 Subject: [PATCH] refactor(v1): finished refactor Fixes #18 --- 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 7a92216..84acfed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "teller_cli" -version = "0.0.4" +version = "0.0.5" 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 1ea101a..857b14c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teller_cli" -version = "0.0.4" +version = "0.0.5" authors = ["Seb Insua "] [[bin]] diff --git a/README.md b/README.md index 60a233b..7a078cf 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ echo "$LAST_TRANSACTION"; ### From release ``` -> curl -L https://github.com/sebinsua/teller-cli/releases/download/v0.0.4/teller > /usr/local/bin/teller && chmod +x /usr/local/bin/teller +> curl -L https://github.com/sebinsua/teller-cli/releases/download/v0.0.5/teller > /usr/local/bin/teller && chmod +x /usr/local/bin/teller ``` ### From source