diff --git a/Cargo.toml b/Cargo.toml index 873584b..a82aa8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rtf-parser" description = "A Rust RTF parser & lexer library designed for speed and memory efficiency." repository = "https://github.com/d0rianb/rtf-parser" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT" keywords = ["rtf", "rich", "text", "format", "parser"]