From 8069bc40e48d8e8d92c52d5f8990fc86830d3c3c Mon Sep 17 00:00:00 2001 From: ynqa Date: Mon, 29 Jul 2024 22:05:19 +0900 Subject: [PATCH] bump up version to v0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdce05c..b37a294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "sigrs" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2b7e4d1..b9669a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigrs" -version = "0.1.2" +version = "0.1.3" authors = ["ynqa "] edition = "2021" description = "Interactive grep (for streaming)"