summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-21 20:53:52 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-21 20:53:52 -0500
commitc4a6733f3b021d3d592fb76db9495d7de6dd338f (patch)
tree52a537b23e265a5273010ecf1621e9485a2ce5fb
parent9e04a8283ccbfe2ff9be246d462dadbfe7a9f64a (diff)
0.3.10.3.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw