From ac90322c37e8ebfd951cd136d20303295623a503 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 29 Oct 2019 08:36:00 -0600 Subject: [PATCH] chore(typos-cli): Release 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 666f301..938334d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "typos-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ab67e9f..6ca4a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [package] name = "typos-cli" -version = "0.1.1" +version = "0.1.2" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"