From ea93373b3777a6da13491105979b62590d5646ee Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 29 Oct 2019 09:09:53 -0600 Subject: [PATCH] chore(typos-cli): Release 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 938334dff..b961a8615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "typos-cli" -version = "0.1.2" +version = "0.1.3" 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 6ca4a4a3b..f66781f90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [package] name = "typos-cli" -version = "0.1.2" +version = "0.1.3" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"