From ba0ff3bfd053758ae7784b60da4f308d5ac5fd56 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 21 Oct 2022 14:22:22 +0800 Subject: [PATCH] version 2.3.1 --- autocorrect-cli/Cargo.toml | 2 +- autocorrect-node/package.json | 2 +- autocorrect-py/Cargo.toml | 2 +- autocorrect-rb/autocorrect-rb.gemspec | 2 +- autocorrect-wasm/Cargo.toml | 2 +- autocorrect/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autocorrect-cli/Cargo.toml b/autocorrect-cli/Cargo.toml index a801794a..a81b94d1 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.3.0" +version = "2.3.1" [[bin]] name = "autocorrect" diff --git a/autocorrect-node/package.json b/autocorrect-node/package.json index 39d1ff54..7a11a27f 100644 --- a/autocorrect-node/package.json +++ b/autocorrect-node/package.json @@ -1,6 +1,6 @@ { "name": "autocorrect-node", - "version": "2.3.0", + "version": "2.3.1", "main": "index.js", "types": "index.d.ts", "napi": { diff --git a/autocorrect-py/Cargo.toml b/autocorrect-py/Cargo.toml index 636797c4..071f2c4e 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.3.0" +version = "2.3.1" # 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 c7c2f46e..522aab17 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.3.0" + s.version = "2.3.1" s.platform = Gem::Platform::RUBY s.authors = ["Jason Lee"] s.email = ["huacnlee@gmail.com"] diff --git a/autocorrect-wasm/Cargo.toml b/autocorrect-wasm/Cargo.toml index a34dfbc2..0aa31e3f 100644 --- a/autocorrect-wasm/Cargo.toml +++ b/autocorrect-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "autocorrect-wasm" -version = "2.3.0" +version = "2.3.1" [lib] crate-type = ["cdylib", "rlib"] diff --git a/autocorrect/Cargo.toml b/autocorrect/Cargo.toml index 86e77856..a3491c43 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.3.0" +version = "2.3.1" [lib] name = "autocorrect"