From 87caa5c295b73c6122af2f288fb629c00fb449e6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 19 Aug 2024 15:14:44 -0700 Subject: [PATCH] Bump to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d5917c..20bbf27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicode-properties" -version = "0.1.2" +version = "0.1.3" authors = ["Charles Lew ", "Manish Goregaokar "] edition = "2021" homepage = "https://github.com/unicode-rs/unicode-properties"