From 904ee71414fbfcf032f84fda10e70c1b7156143d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 25 Oct 2022 19:40:26 -0600 Subject: [PATCH] 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 178d398..12baf78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cosmic-text" description = "Pure Rust multi-line text handling" -version = "0.1.0" +version = "0.1.1" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"