summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-21 21:07:40 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-21 21:07:40 -0400
commit263e2b012fe26d1d3c600846a6f4421f16eccba3 (patch)
tree61ce1c6d51da142caf259b6cd613d79e0b140d10
parentb80a986721293829251361b6cad8cbf5d0ad61e9 (diff)
0.1.130.1.13
-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 0b9978de..c17a31d8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "ripgrep"
-version = "0.1.12"
+version = "0.1.13"
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 36fababb..ee2f9ca4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.12" #:version
+version = "0.1.13" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw