From 7fb9b3eb1095abf929f8c04f0fbf76362b7e8201 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 4 Jan 2022 12:14:36 +0800 Subject: [PATCH] version 1.5.3 --- autocorrect-cli/Cargo.toml | 2 +- autocorrect/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autocorrect-cli/Cargo.toml b/autocorrect-cli/Cargo.toml index 9f8096a1..7f825ece 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 = "1.5.2" +version = "1.5.3" [[bin]] name = "autocorrect" diff --git a/autocorrect/Cargo.toml b/autocorrect/Cargo.toml index bf863008..9eadf41d 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 = "1.5.2" +version = "1.5.3" [lib] crate-type = ["cdylib", "rlib"]