diff --git a/Cargo.toml b/Cargo.toml index 02f4f3f..40d2f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ansi-control-codes" description = "This library contains all ANSI Escape Codes that are defined in the ISO 6429 Standard" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["Frank Zechert "]