From aef46beaf214131fd9c76aa1e0b00f4ec117fa1f Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 20 Nov 2016 16:07:25 -0500 Subject: [PATCH] 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df98857..b033753 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "ripgrep" -version = "0.2.9" +version = "0.3.0" 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 b751703..9357b7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "0.2.9" #:version +version = "0.3.0" #:version authors = ["Andrew Gallant "] description = """ Line oriented search tool using Rust's regex library. Combines the raw