From c8228092d9fb2e3269d01a713bb70983725fe031 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 10 Oct 2022 22:55:26 +0800 Subject: [PATCH] version 2.1.1 --- autocorrect-cli/Cargo.toml | 2 +- autocorrect-wasm/Cargo.toml | 2 +- autocorrect/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autocorrect-cli/Cargo.toml b/autocorrect-cli/Cargo.toml index 841a8971..5697d0f1 100644 --- a/autocorrect-cli/Cargo.toml +++ b/autocorrect-cli/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "autocorrect-cli" readme = "../README.md" repository = "https://github.com/huacnlee/autocorrect" -version = "2.1.0" +version = "2.1.1" [[bin]] name = "autocorrect" diff --git a/autocorrect-wasm/Cargo.toml b/autocorrect-wasm/Cargo.toml index 7634588f..08f8d723 100644 --- a/autocorrect-wasm/Cargo.toml +++ b/autocorrect-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-wasm" -version = "2.1.0" +version = "2.1.1" [lib] crate-type = ["cdylib", "rlib"] diff --git a/autocorrect/Cargo.toml b/autocorrect/Cargo.toml index 658a2759..1ce26d43 100644 --- a/autocorrect/Cargo.toml +++ b/autocorrect/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "autocorrect" readme = "../README.md" repository = "https://github.com/huacnlee/autocorrect" -version = "2.1.0" +version = "2.1.1" [lib] name = "autocorrect"