From 24e14a0341935cb34d5e47649777339dfc87577d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 21 Sep 2016 19:14:12 -0400 Subject: [PATCH] grep 0.1.2 --- grep/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grep/Cargo.toml b/grep/Cargo.toml index 6720298..a2d7307 100644 --- a/grep/Cargo.toml +++ b/grep/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep" -version = "0.1.1" #:version +version = "0.1.2" #:version authors = ["Andrew Gallant "] description = """ Fast line oriented regex searching as a library.