From 59e3094cdc072c9e8872b7eba1fe4daeb12a84a7 Mon Sep 17 00:00:00 2001 From: ynqa Date: Sat, 1 Jun 2024 23:06:52 +0900 Subject: [PATCH] bump up version 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 da1d472..bdce05c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "sigrs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index eaf2f25..63a9164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigrs" -version = "0.1.1" +version = "0.1.2" authors = ["ynqa "] edition = "2021" description = "Interactive grep (for streaming)"