Skip to content

Commit

Permalink
Version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 6, 2022
1 parent 988a2db commit af8f7d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "1.7.3"
version = "1.7.4"

[[bin]]
name = "autocorrect"
Expand Down
4 changes: 2 additions & 2 deletions autocorrect-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
edition = "2021"
name = "autocorrect-wasm"
version = "1.7.3"
version = "1.7.4"

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

[dependencies]
autocorrect = {path = "../autocorrect", version = ">=1.7.3"}
autocorrect = {path = "../autocorrect", version = ">=1.7.4"}
serde = {version = "1.0.127", features = ["derive"]}
serde_json = "1.0.66"
wasm-bindgen = {version = "0.2.80", features = ["serde-serialize"]}
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 = "1.7.3"
version = "1.7.4"

[lib]
name = "autocorrect"
Expand Down

0 comments on commit af8f7d7

Please sign in to comment.