From 11e8da707c4fb1fbbe8df8814c5819eec107c67e Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 30 Dec 2018 00:58:05 -0500 Subject: [PATCH] Revert "(cargo-release) start next development iteration 0.4.1-alpha.0" This reverts commit 97e44f0fc065a9bb264fbe465ff8b7752855ab9b. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 405bfe4..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.4.1-alpha.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 278895f..5d6cb83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd" -version = "0.4.1-alpha.0" +version = "0.4.0" edition = "2018" authors = ["Gregory "] description = "An intuitive find & replace CLI"