summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-17 12:55:09 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-17 12:55:09 -0400
commit6cb604f38f3a7abecaa9cdb1a7eb9556aa9d9dcc (patch)
tree1055ab9913911f3465e0fb062ce7dcc8acaf1db5
parentbfbbfbf9797d3b495cf107d93a5f7f027a9b6d16 (diff)
0.1.30.1.3
-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 ff2b64ff..5f5ce20e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "ripgrep"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.83 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 4595c7d9..2d5c9eda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.2" #:version
+version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw