Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Feb 22, 2023
1 parent 731dc3b commit ee71125
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and `Removed`.

## [Unreleased]

## [0.14.7] - 2023-02-22
## [0.14.8] - 2023-02-22

### Packaging

Expand Down
4 changes: 2 additions & 2 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.14.7"
version = "0.14.8"
authors = ["tarkah <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -35,5 +35,5 @@ rclite = "0.1.5"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
structopt = "0.3"
tickrs-api = { path = "api/", version = "0.14.7" }
tickrs-api = { path = "api/", version = "0.14.8" }
tui = { version = "0.19", default-features = false, features = ["crossterm","serde"] }
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.14.7"
version = "0.14.8"
authors = ["tarkah <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit ee71125

Please sign in to comment.