summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-06 15:35:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-06 15:35:17 -0500
commit8baa0e56b7f21643281a781293cfd82a66de2251 (patch)
tree3b862530dcee28c76ddf7a93a6c71389ed1076c9
parent301ee6d3f52f8c004d3cc7ab45b49d116f16a2fb (diff)
grep-0.1.4grep-0.1.4
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 8637f16b..7d266a0f 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.3" #:version
+version = "0.1.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.