diff --git a/Cargo.toml b/Cargo.toml index caa75df..114f92e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ exclude = ["/README.md", "/LICENCE", "/.rustfmt.toml", "/.travis.yml"] license = "MIT" readme = "README.md" repository = "https://github.com/ogham/rust-term-grid" -version = "0.1.7" +version = "0.2.0" [lib] name = "term_grid" diff --git a/README.md b/README.md index 1f0d227..6c41fb5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car ```toml [dependencies] -term_grid = "0.1" +term_grid = "0.2" ``` The earliest version of Rust that this crate is tested against is [Rust v1.31.0](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html).