chore(typos-cli): Release 0.1.4

This commit is contained in:
Ed Page 2019-11-02 20:10:00 -06:00
parent 3c07698e11
commit f9d1999740
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -760,7 +760,7 @@ dependencies = [
[[package]] [[package]]
name = "typos-cli" name = "typos-cli"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -9,7 +9,7 @@ members = [
[package] [package]
name = "typos-cli" name = "typos-cli"
version = "0.1.3" version = "0.1.4"
authors = ["Ed Page <eopage@gmail.com>"] authors = ["Ed Page <eopage@gmail.com>"]
description = "Source Code Spelling Correction" description = "Source Code Spelling Correction"
repository = "https://github.com/crate-ci/typos" repository = "https://github.com/crate-ci/typos"