From de3300352779c8ee8c2cae3cd68e5cda77ed62eb Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 7 Dec 2016 10:59:06 -0500 Subject: [PATCH] 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b28c976..d07415fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "ripgrep" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bytecount 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.19.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 65df5bc9..1043d083 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "0.3.1" #:version +version = "0.3.2" #:version authors = ["Andrew Gallant "] description = """ Line oriented search tool using Rust's regex library. Combines the raw