diff --git a/Cargo.lock b/Cargo.lock index 883c995..b8b86a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "fastmod" -version = "0.2.4" +version = "0.2.5" dependencies = [ "assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 83d45cf..1acf682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "fastmod" -version = "0.2.4" +version = "0.2.5" +authors = ["Scott Wolchok "] description = "Fast, partial replacement for codemod (find/replace tool for programmers)" edition = "2018" homepage = "https://github.com/facebookincubator/fastmod"