diff --git a/autocorrect-cli/Cargo.toml b/autocorrect-cli/Cargo.toml index a94ea0c4..1243da56 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.9.0" +version = "2.9.1" [[bin]] name = "autocorrect" diff --git a/autocorrect-java/Cargo.toml b/autocorrect-java/Cargo.toml index 7e8f351e..513261f0 100644 --- a/autocorrect-java/Cargo.toml +++ b/autocorrect-java/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-java" -version = "2.9.0" +version = "2.9.1" [dependencies] autocorrect = {path = "../autocorrect"} diff --git a/autocorrect-java/javasrc/pom.xml b/autocorrect-java/javasrc/pom.xml index 2b1cd5b0..c55b1918 100644 --- a/autocorrect-java/javasrc/pom.xml +++ b/autocorrect-java/javasrc/pom.xml @@ -6,7 +6,7 @@ io.github.huacnlee autocorrect-java - 2.9.0 + 2.9.1 autocorrect-java A linter and formatter to help you to improve copywriting, correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean). diff --git a/autocorrect-node/Cargo.toml b/autocorrect-node/Cargo.toml index a5921e75..b60b5126 100644 --- a/autocorrect-node/Cargo.toml +++ b/autocorrect-node/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-node" -version = "2.9.0" +version = "2.9.1" [lib] crate-type = ["cdylib"] diff --git a/autocorrect-node/package.json b/autocorrect-node/package.json index 402fb672..f00b7e53 100644 --- a/autocorrect-node/package.json +++ b/autocorrect-node/package.json @@ -1,6 +1,6 @@ { "name": "autocorrect-node", - "version": "2.9.0", + "version": "2.9.1", "main": "index.js", "bin": { "autocorrect": "./cli.js" diff --git a/autocorrect-py/Cargo.toml b/autocorrect-py/Cargo.toml index 20349dc6..c3340da8 100644 --- a/autocorrect-py/Cargo.toml +++ b/autocorrect-py/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "autocorrect-py" readme = "README.md" repository = "https://github.com/huacnlee/autocorrect" -version = "2.9.0" +version = "2.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/autocorrect-wasm/Cargo.toml b/autocorrect-wasm/Cargo.toml index b9294698..424bd52d 100644 --- a/autocorrect-wasm/Cargo.toml +++ b/autocorrect-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-wasm" -version = "2.9.0" +version = "2.9.1" [lib] crate-type = ["cdylib", "rlib"] diff --git a/autocorrect/Cargo.toml b/autocorrect/Cargo.toml index d1b89b72..c232cd99 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.9.0" +version = "2.9.1" [lib] name = "autocorrect"