diff --git a/Cargo.lock b/Cargo.lock index 42e8d89b..cd8a6168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 6baa0ca7..8a303602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.27.0" +version = "0.28.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."