summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:57:31 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:57:31 -0500
commit3224324e257d4cb187df50fcb78278095b2b0865 (patch)
tree324a0d312241a267c3a18f914a9c5fb69aa62911
parent0f61f08eb11f4179f341c9ddf492d388194fc78b (diff)
grep-cli-0.1.7grep-cli-0.1.7
-rw-r--r--Cargo.lock2
-rw-r--r--crates/cli/Cargo.toml2
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 <jamslam@gmail.com>"]
description = """
Utilities for search oriented command line applications.