chore(typos-cli): Release 0.1.2

This commit is contained in:
Ed Page 2019-10-29 08:36:00 -06:00
parent b10b7756f6
commit ac90322c37
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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)",

View file

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