From e0810f0c616d860bb60e85ee93a45a480082dfa9 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 3 Dec 2024 12:26:29 -0600 Subject: [PATCH] 1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e70c40a..7aae3f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jellyfish" -version = "1.1.0" +version = "1.1.2" edition = "2021" description = "Approximate and phonetic matching of strings." authors = ["James Turk "]