summaryrefslogtreecommitdiffstats
path: root/crates/matcher/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 21:38:59 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 21:42:54 -0400
commit92daa34eb3031ae2c61bb81da4d9245b1fa7fff9 (patch)
tree68bd4dfa314cd6266a45433af3615f6828912e02 /crates/matcher/Cargo.toml
parenta8c1fb7c883032aea6c7f84bd6cb42226253cbcc (diff)
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 99df4433..deda58d0 100644
--- a/crates/matcher/Cargo.toml
+++ b/crates/matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.3" #:version
+version = "0.1.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.