From 82d5fc02a57fad5ad34bf21c0543a5a50f67439a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 16 Dec 2022 13:51:05 -0700 Subject: [PATCH] 0.5.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23a909d..a933013 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.4" +version = "0.5.5" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"