Skip to content

Commit

Permalink
Bump to version 0.3.4
Browse files Browse the repository at this point in the history
- Display 3 letter currency code instead of hardcoded '$' symbol since
  not all stocks trade as USD.
  • Loading branch information
tarkah committed Aug 23, 2020
1 parent f5c15b9 commit 9995844
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs"
version = "0.3.3"
version = "0.3.4"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cargo install tickrs
## Usage

```
tickrs 0.3.3
tickrs 0.3.4
Realtime ticker data in your terminal 📈
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs-api"
version = "0.3.0"
version = "0.3.4"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 9995844

Please sign in to comment.