From 304a60e8e9d4b2a42dc3dfb1ba4cef6d7bf92515 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 18 Jul 2023 13:25:23 -0400 Subject: grep-cli-0.1.9 --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 094925b0..d1bb6d43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "grep-cli" -version = "0.1.8" +version = "0.1.9" dependencies = [ "bstr", "globset", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3003184e..5226b762 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-cli" -version = "0.1.8" #:version +version = "0.1.9" #:version authors = ["Andrew Gallant "] description = """ Utilities for search oriented command line applications. -- cgit v1.2.3