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