diff --git a/autocorrect-cli/Cargo.toml b/autocorrect-cli/Cargo.toml index 1243da5..b1be686 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.1" +version = "2.9.2" [[bin]] name = "autocorrect" diff --git a/autocorrect-java/Cargo.toml b/autocorrect-java/Cargo.toml index 513261f..ec453fa 100644 --- a/autocorrect-java/Cargo.toml +++ b/autocorrect-java/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-java" -version = "2.9.1" +version = "2.9.2" [dependencies] autocorrect = {path = "../autocorrect"} diff --git a/autocorrect-java/javasrc/pom.xml b/autocorrect-java/javasrc/pom.xml index c55b191..918f5bb 100644 --- a/autocorrect-java/javasrc/pom.xml +++ b/autocorrect-java/javasrc/pom.xml @@ -6,7 +6,7 @@ io.github.huacnlee autocorrect-java - 2.9.1 + 2.9.2 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 b60b512..576df2a 100644 --- a/autocorrect-node/Cargo.toml +++ b/autocorrect-node/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-node" -version = "2.9.1" +version = "2.9.2" [lib] crate-type = ["cdylib"] diff --git a/autocorrect-node/package.json b/autocorrect-node/package.json index f00b7e5..1edabd8 100644 --- a/autocorrect-node/package.json +++ b/autocorrect-node/package.json @@ -1,6 +1,6 @@ { "name": "autocorrect-node", - "version": "2.9.1", + "version": "2.9.2", "main": "index.js", "bin": { "autocorrect": "./cli.js" @@ -9,10 +9,7 @@ "napi": { "name": "autocorrect-node", "triples": { - "additional": [ - "aarch64-apple-darwin", - "x86_64-unknown-linux-musl" - ] + "additional": ["aarch64-apple-darwin", "x86_64-unknown-linux-musl"] } }, "license": "MIT", @@ -34,4 +31,4 @@ "test": "yarn && ava", "version": "napi version" } -} \ No newline at end of file +} diff --git a/autocorrect-py/Cargo.toml b/autocorrect-py/Cargo.toml index c3340da..487fe11 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.1" +version = "2.9.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/autocorrect-rb/autocorrect-rb.gemspec b/autocorrect-rb/autocorrect-rb.gemspec index e21f530..cd01cf1 100644 --- a/autocorrect-rb/autocorrect-rb.gemspec +++ b/autocorrect-rb/autocorrect-rb.gemspec @@ -2,7 +2,7 @@ $:.push File.expand_path("lib", __dir__) Gem::Specification.new do |s| s.name = "autocorrect-rb" - s.version = "2.9.1" + s.version = "2.9.2" s.platform = Gem::Platform::RUBY s.authors = ["Jason Lee"] s.email = ["huacnlee@gmail.com"] diff --git a/autocorrect-rb/ext/autocorrect/Cargo.toml b/autocorrect-rb/ext/autocorrect/Cargo.toml index d3ad201..b4c693a 100644 --- a/autocorrect-rb/ext/autocorrect/Cargo.toml +++ b/autocorrect-rb/ext/autocorrect/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-rb" -version = "2.9.1" +version = "2.9.2" # 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 424bd52..098c1bb 100644 --- a/autocorrect-wasm/Cargo.toml +++ b/autocorrect-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-wasm" -version = "2.9.1" +version = "2.9.2" [lib] crate-type = ["cdylib", "rlib"] diff --git a/autocorrect/Cargo.toml b/autocorrect/Cargo.toml index c232cd9..7d26179 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.1" +version = "2.9.2" [lib] name = "autocorrect"