From 1493c2330a6001c551735977b4b22bf0db5891e6 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 2 Apr 2018 19:12:41 +0900 Subject: [PATCH] Prepare to v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2744e81..ac1a998 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "pipecolor" -version = "0.1.2-pre" +version = "0.1.2" dependencies = [ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7ac648b..be80298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pipecolor" -version = "0.1.2-pre" +version = "0.1.2" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/pipecolor" categories = ["command-line-utilities", "value-formatting"]