diff --git a/Cargo.lock b/Cargo.lock index 9a42a5c..1a5e3f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "fastmod" -version = "0.3.0" +version = "0.4.0" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6672522..6375f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastmod" -version = "0.3.0" +version = "0.4.0" authors = ["Scott Wolchok "] description = "Fast, partial replacement for codemod (find/replace tool for programmers)" edition = "2018"