From 04775f66791fa9ae5a9e5b8fa200ff0fe38498bd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 25 Oct 2019 10:10:55 -0600 Subject: [PATCH] chore(typos-cli): Release 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dfa012..53052f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "typos-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "assert_fs 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 167f97c..c272ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["codegen", "typos", "typos-dict"] [package] name = "typos-cli" -version = "0.1.0" +version = "0.1.1" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"