diff --git a/Cargo.lock b/Cargo.lock index 3f650ae..fd54633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "typos-cli" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 96058e3..dd53f3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [package] name = "typos-cli" -version = "0.1.3" +version = "0.1.4" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"