summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2018-12-30 00:56:32 -0500
committerGreg <gregory.mkv@gmail.com>2018-12-30 00:56:32 -0500
commitf1032385a8396a18ce0f17a28a4e1edbb6c78666 (patch)
treeda1bc09383294a5bc24ca93be214cf5287389265
parentb76218c62ed6c6ed4175cf6ab61f16ea39382075 (diff)
(cargo-release) version 0.4.00.4.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 1dd80b8..06ea1e0 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.3.0"
+version = "0.4.0"
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 f645cf3..5d6cb83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.3.0"
+version = "0.4.0"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"