From fa3ada81d65df3435363690cb6382e21e8bb05c3 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 11 Dec 2021 21:09:58 +0900 Subject: [PATCH] bump up version to v0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc5a2f2..b1e469a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "hgrep" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6ed3324..bb8a0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgrep" -version = "0.2.1" +version = "0.2.2" edition = "2018" authors = ["rhysd "] description = """