diff --git a/Cargo.toml b/Cargo.toml index 14a8f4e..f91fb92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conways-game-of-life-tui" -version = "0.1.0" +version = "0.2.0" authors = ["Jeromos Kovacs "] edition = "2018" diff --git a/README.md b/README.md index 8bf33a1..552e6e9 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ clone the repo and run `cargo r` ## todos - [x] initial tui support -- [ ] renaming on gh +- [x] renaming on gh - [x] error handling -- [ ] publishing to crates.io? +- [x] publishing to crates.io ## License @@ -31,4 +31,4 @@ submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. -[1]: assets/0.1.0_gosper_glider_gun.png "Image of using cgol-cli-rs in Alacritty on Arch Linux" +[1]: assets/0.2.0_stripes.png "Image of using cgol-cli-rs in Alacritty on Arch Linux" diff --git a/assets/0.2.0_stripes.png b/assets/0.2.0_stripes.png new file mode 100644 index 0000000..d338627 Binary files /dev/null and b/assets/0.2.0_stripes.png differ