Skip to content

Commit b393530

Browse files
committed
version 0.4
1 parent ee46c39 commit b393530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/uutils_term_grid/"
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/uutils/uutils-term-grid"
10-
version = "0.3.0"
10+
version = "0.4.0"
1111
edition = "2021"
1212
rust-version = "1.70"
1313

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies section:
2323

2424
```toml
2525
[dependencies]
26-
uutils_term_grid = "0.3"
26+
uutils_term_grid = "0.4"
2727
```
2828

2929
The Minimum Supported Rust Version is 1.70.

0 commit comments

Comments
 (0)