summaryrefslogtreecommitdiffstats
path: root/grep-matcher
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-08-01 17:46:59 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-08-01 17:46:59 -0400
commit9085bed139baa5aa7bb5fb380982d3d845cb4078 (patch)
tree8549162859f3f0dab4019e50fa7a80c64b17fa45 /grep-matcher
parent931ab35f76acf729e8cb4c2e325a2c489c26a962 (diff)
grep-matcher: release 0.1.3grep-matcher-0.1.3
Diffstat (limited to 'grep-matcher')
-rw-r--r--grep-matcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-matcher/Cargo.toml b/grep-matcher/Cargo.toml
index 59afae44..6a99d96f 100644
--- a/grep-matcher/Cargo.toml
+++ b/grep-matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.2" #:version
+version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.