Skip to content

Commit eaa3336

Browse files
committed
Version 1.7.0
1 parent dde7f7a commit eaa3336

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.1"
10+
version = "1.7.0"
1111

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

autocorrect-wasm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
edition = "2021"
33
name = "autocorrect-wasm"
4-
version = "1.6.1"
4+
version = "1.7.0"
55

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

99
[dependencies]
10-
autocorrect = {path = "../autocorrect", version = ">=1.6.0"}
10+
autocorrect = {path = "../autocorrect", version = ">=1.7.0"}
1111
serde = {version = "1.0.127", features = ["derive"]}
1212
serde_json = "1.0.66"
1313
wasm-bindgen = {version = "0.2.80", features = ["serde-serialize"]}

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.6.1"
11+
version = "1.7.0"
1212

1313
[lib]
1414
name = "autocorrect"

0 commit comments

Comments
 (0)