From 0e302e540a9be99d98b027a53b8dc8ba15f1eeae Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 20 Dec 2022 08:58:17 -0700 Subject: [PATCH] 0.5.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a933013..db58105 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.5" +version = "0.5.6" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"