From c4a6733f3b021d3d592fb76db9495d7de6dd338f Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 21 Nov 2016 20:53:52 -0500 Subject: 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae31e315..65fd65fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "ripgrep" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bytecount 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 848b89c5..a9893650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "0.3.0" #:version +version = "0.3.1" #:version authors = ["Andrew Gallant "] description = """ Line oriented search tool using Rust's regex library. Combines the raw -- cgit v1.2.3