Skip to content

Commit ed4e6b4

Browse files
committed
Version v2.9.1
1 parent a32f6f2 commit ed4e6b4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

autocorrect-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "autocorrect-cli"
88
readme = "../README.md"
99
repository = "https://github.com/huacnlee/autocorrect"
10-
version = "2.9.0"
10+
version = "2.9.1"
1111

1212
[[bin]]
1313
name = "autocorrect"

autocorrect-java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "autocorrect-java"
4-
version = "2.9.0"
4+
version = "2.9.1"
55

66
[dependencies]
77
autocorrect = {path = "../autocorrect"}

autocorrect-java/javasrc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.huacnlee</groupId>
88
<artifactId>autocorrect-java</artifactId>
9-
<version>2.9.0</version>
9+
<version>2.9.1</version>
1010
<name>autocorrect-java</name>
1111
<description>A linter and formatter to help you to improve copywriting, correct spaces, words, punctuations between
1212
CJK (Chinese, Japanese, Korean).

autocorrect-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "autocorrect-node"
4-
version = "2.9.0"
4+
version = "2.9.1"
55

66
[lib]
77
crate-type = ["cdylib"]

autocorrect-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autocorrect-node",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"main": "index.js",
55
"bin": {
66
"autocorrect": "./cli.js"

autocorrect-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "autocorrect-py"
77
readme = "README.md"
88
repository = "https://github.com/huacnlee/autocorrect"
9-
version = "2.9.0"
9+
version = "2.9.1"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212
[lib]

autocorrect-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "autocorrect-wasm"
4-
version = "2.9.0"
4+
version = "2.9.1"
55

66
[lib]
77
crate-type = ["cdylib", "rlib"]

autocorrect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "autocorrect"
99
readme = "../README.md"
1010
repository = "https://github.com/huacnlee/autocorrect"
11-
version = "2.9.0"
11+
version = "2.9.1"
1212

1313
[lib]
1414
name = "autocorrect"

0 commit comments

Comments
 (0)