summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:01:22 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:01:22 -0400
commit0cf2b98df2447589d9cf1d6c2d18265100327fa1 (patch)
tree671c028936e6ff9d61655bc108179f8244988827
parent9efdbf74a1110d3623e09b33dc13ef4cd722aa37 (diff)
grep-cli-0.1.6grep-cli-0.1.6
-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 725afbc9..0d380036 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -172,7 +172,7 @@ dependencies = [
[[package]]
name = "grep-cli"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"atty",
"bstr",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index fbaac74c..86ca9cb4 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-cli"
-version = "0.1.5" #:version
+version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Utilities for search oriented command line applications.