Skip to content

Commit

Permalink
version v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Aug 15, 2022
1 parent 819ac67 commit b7b5988
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.10.0"
version = "1.10.1"

[[bin]]
name = "autocorrect"
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-tauri/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ html {
&:hover,
&:focus {
border-color: #141414;
background-color: #101010;
background-color: #1.10.1;
box-shadow: 0 0 0;
}
}
Expand Down
4 changes: 2 additions & 2 deletions autocorrect-tauri/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3477,7 +3477,7 @@ cosmiconfig@^7, cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
import-fresh "^3.2.1"
parse-json "^5.0.0"
path-type "^4.0.0"
yaml "^1.10.0"
yaml "^1.10.1"

craco-less@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -9774,7 +9774,7 @@ yallist@^4.0.0:
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
yaml@^1.10.1, yaml@^1.10.2, yaml@^1.7.2:
version "1.10.2"
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
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 = "1.10.0"
version = "1.10.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 = "1.10.0"
version = "1.10.1"

[lib]
name = "autocorrect"
Expand Down

0 comments on commit b7b5988

Please sign in to comment.