diff --git a/Cargo.toml b/Cargo.toml index 71e74f5..1e3220f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascii-canvas" -version = "3.0.0" +version = "4.0.0" authors = ["Niko Matsakis "] description = "simple canvas for drawing lines and styled text and emitting to the terminal" repository = "https://github.com/lalrpop/ascii-canvas"