Skip to content

Commit

Permalink
refactor(v1): finished refactor
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
sebinsua committed Jan 5, 2016
1 parent 50a8067 commit 97f6013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teller_cli"
version = "0.0.4"
version = "0.0.5"
authors = ["Seb Insua <me@sebinsua.com>"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97f6013

Please sign in to comment.