diff --git a/Cargo.toml b/Cargo.toml index 0d7da8e..4b87bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgol-tui" -version = "0.2.1" +version = "0.3.0" authors = ["Jeromos Kovacs "] edition = "2018" description = "Conway's Game of Life implementation with a TUI"