From d54af47d9de612aba366bad103c30bd38eb94d6a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 14 Dec 2022 09:19:20 -0700 Subject: [PATCH] 0.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 922bf0c..0440d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cosmic-text" description = "Pure Rust multi-line text handling" -version = "0.5.3" +version = "0.5.4" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"