Skip to content

Commit 30f1432

Browse files
committed
🔖 release v0.3.0
1 parent 37a7592 commit 30f1432

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-candlestick-chart"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
license = "MIT"
55
description = "A library for displaying candlestick charts right into your terminal."
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Add this to your `Cargo.toml`
3636
```toml
3737
[dependencies]
38-
cli-candlestick-chart = "0.2"
38+
cli-candlestick-chart = "0.3"
3939
```
4040

4141
```rust

0 commit comments

Comments
 (0)