summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-17 11:32:47 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-17 11:32:47 -0400
commitbf5d873099500b9eb8bd4a385812802f5ccd9fe1 (patch)
treeab7ad030cbfd88ccf567a215fecb640801df7b70 /grep
parentbc9d12c4c82d0180810f83f767fc22e49710f520 (diff)
grep 0.1.1
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index b1d4eda5..92544549 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.