summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2019-02-22 17:48:44 -0500
committerGreg <gregory.mkv@gmail.com>2019-02-22 17:48:44 -0500
commitd4f90cc50040214966ffe5be3b6a9fa0535a36c3 (patch)
tree50a6a40602822120e2b1e5f24f985129b8168e54
parente7188f8be2e79f2ff1dbb1eddd39ce047923725d (diff)
(cargo-release) version 0.5.0sd-0.5.0
-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 4467e34..70ac449 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
-version = "0.4.3"
+version = "0.5.0"
dependencies = [
"atomicwrites 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 55dc867..22df785 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.4.3"
+version = "0.5.0"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"