Skip to content

Commit

Permalink
Bump to version 0.3.3
Browse files Browse the repository at this point in the history
- Fixed bug causing program to panic when a bad character was supplied
  entering a ticker symbol
  • Loading branch information
tarkah committed Aug 21, 2020
1 parent 190c11a commit 91d1817
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 = "tickrs"
version = "0.3.2"
version = "0.3.3"
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.2
tickrs 0.3.3
Realtime ticker data in your terminal 📈
USAGE:
Expand Down

0 comments on commit 91d1817

Please sign in to comment.