summaryrefslogtreecommitdiffstats
path: root/crates/matcher/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:02:30 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:02:30 -0400
commitcd4386bd9b5d51d344814bad2db3e3e79c1cf47d (patch)
treed9e92194f14c8a337005b3e57d408ec436022edf /crates/matcher/Cargo.toml
parentcdc20c568525509d7b68e1c58a20ff55a51db231 (diff)
grep-matcher-0.1.5grep-matcher-0.1.5
Diffstat (limited to 'crates/matcher/Cargo.toml')
-rw-r--r--crates/matcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml
index 56d91793..c104e36e 100644
--- a/crates/matcher/Cargo.toml
+++ b/crates/matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.