From cc2071e0fad76ca30007a196eee2aa67b5974a57 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 26 Jun 2019 12:40:11 -0700 Subject: [PATCH] Bump version to 0.2.4 Summary: Pushing a minor open-source release to include recent diffs. Reviewed By: adamjernst Differential Revision: D15994100 fbshipit-source-id: 563fde08ff099d3df5aa50d13e76364914f6b2d7 --- Cargo.lock | 2 +- Cargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 649a9a5..883c995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "fastmod" -version = "0.2.3" +version = "0.2.4" 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 a21b791..83d45cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "fastmod" -version = "0.2.3" -authors = ["Scott Wolchok "] -description = "Fast partial replacement for codemod (find/replace tool for programmers)" +version = "0.2.4" +description = "Fast, partial replacement for codemod (find/replace tool for programmers)" edition = "2018" homepage = "https://github.com/facebookincubator/fastmod" repository = "https://github.com/facebookincubator/fastmod"