diff --git a/Cargo.toml b/Cargo.toml index 9c04573..dfbf74d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "Provides simple TTY-based interface capabilities including partial re-renders of multi-line displays." authors = ["Daniel Way "] name = "tty-interface" -version = "4.0.0-beta.1" +version = "4.0.0-beta.2" license = "MIT" edition = "2021" repository = "https://github.com/danielway/tty-interface"