summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2019-01-01 23:55:43 -0500
committerGreg <gregory.mkv@gmail.com>2019-01-01 23:55:43 -0500
commit9c5f93f9ce50fb2ae72de74fedf649c2316dd021 (patch)
treefcb62467cdff1ad69337c24ce3a57d36611b1bff
parentb9b66a394127f0cd647a5b73f1a91f25815d1615 (diff)
(cargo-release) version 0.4.10.4.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 06ea1e0..e38aa64 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -240,7 +240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"atomic-write 0.1.3 (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 5d6cb83..aec783f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.4.0"
+version = "0.4.1"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"