summaryrefslogtreecommitdiffstats
path: root/crates/matcher/Cargo.toml
diff options
context:
space:
mode:
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.