Revert "(cargo-release) start next development iteration 0.4.1-alpha.0"

This reverts commit 97e44f0fc0.
This commit is contained in:
Greg 2018-12-30 00:58:05 -05:00
parent 97e44f0fc0
commit 11e8da707c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -240,7 +240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "sd" name = "sd"
version = "0.4.1-alpha.0" version = "0.4.0"
dependencies = [ dependencies = [
"atomic-write 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "sd" name = "sd"
version = "0.4.1-alpha.0" version = "0.4.0"
edition = "2018" edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"] authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI" description = "An intuitive find & replace CLI"