From 3224324e257d4cb187df50fcb78278095b2b0865 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 5 Jan 2023 08:57:31 -0500 Subject: grep-cli-0.1.7 --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa08aa13..d4bcb7af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "grep-cli" -version = "0.1.6" +version = "0.1.7" dependencies = [ "atty", "bstr", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c35387ef..27e7edd5 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-cli" -version = "0.1.6" #:version +version = "0.1.7" #:version authors = ["Andrew Gallant "] description = """ Utilities for search oriented command line applications. -- cgit v1.2.3