From 6af441bbf84a14bb855031578f45ca905082ac15 Mon Sep 17 00:00:00 2001 From: Peerat Vichivanives Date: Mon, 28 Oct 2024 17:46:40 -0700 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]