Skip to content

Commit

Permalink
bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Aug 19, 2020
1 parent 59d2a88 commit 751cb63
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs"
version = "0.2.0"
version = "0.3.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ members = [
]

[dependencies]
tickrs-api = { path = "api/", version = "0.2.0" }
tickrs-api = { path = "api/", version = "0.3.0" }

anyhow = "1.0"
crossbeam-channel = "0.4"
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.2.0
tickrs 0.3.0
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.2.0"
version = "0.3.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 751cb63

Please sign in to comment.