From 69e41a558c8d7e2c41f5663ddcd3e3f3767cd09e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 8 Dec 2022 10:32:10 -0700 Subject: [PATCH] 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f85683a..019cfb9 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.0" +version = "0.5.1" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"