Skip to content

Commit

Permalink
Version v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 7, 2024
1 parent a32f6f2 commit ed4e6b4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autocorrect-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "autocorrect-java"
version = "2.9.0"
version = "2.9.1"

[dependencies]
autocorrect = {path = "../autocorrect"}
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-java/javasrc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.huacnlee</groupId>
<artifactId>autocorrect-java</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
<name>autocorrect-java</name>
<description>A linter and formatter to help you to improve copywriting, correct spaces, words, punctuations between
CJK (Chinese, Japanese, Korean).
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "autocorrect-node"
version = "2.9.0"
version = "2.9.1"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocorrect-node",
"version": "2.9.0",
"version": "2.9.1",
"main": "index.js",
"bin": {
"autocorrect": "./cli.js"
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "autocorrect-wasm"
version = "2.9.0"
version = "2.9.1"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion autocorrect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed4e6b4

Please sign in to comment.