From f9d1999740867ac22cbbb15ffb23db0d1d1bd014 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 2 Nov 2019 20:10:00 -0600 Subject: [PATCH] chore(typos-cli): Release 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"