Skip to content

Commit 4bcafc2

Browse files
committedMay 31, 2022
Version 1.9.4
1 parent 29d1b81 commit 4bcafc2

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.3"
10+
version = "1.9.4"
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.3"
4+
version = "1.9.4"
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.3"
11+
version = "1.9.4"
1212

1313
[lib]
1414
name = "autocorrect"

0 commit comments

Comments
 (0)
Please sign in to comment.