diff --git a/Cargo.lock b/Cargo.lock index a5b269c..1fb9095 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "sd" -version = "0.2.0" +version = "0.3.0" dependencies = [ "atomic-write 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 969462a..0dfd052 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd" -version = "0.2.0" +version = "0.3.0" edition = "2018" authors = ["Gregory "] description = "An intuitive find & replace CLI"