From 94576fb682328d37b0f7f1a07e2b5a67d461b1f7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 26 Oct 2022 11:12:36 -0600 Subject: [PATCH] 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c52f8b6..698449d 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.2" +version = "0.1.3" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"