Skip to content

Commit c53876d

Browse files
committed
Version 1.9.2
1 parent 713c4c6 commit c53876d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autocorrect-cli/Cargo.toml

+1-1
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 = "1.9.1"
10+
version = "1.9.2"
1111

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

autocorrect-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "autocorrect-wasm"
4-
version = "1.9.1"
4+
version = "1.9.2"
55

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

autocorrect/Cargo.toml

+1-1
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 = "1.9.1"
11+
version = "1.9.2"
1212

1313
[lib]
1414
name = "autocorrect"

0 commit comments

Comments
 (0)