diff --git a/Cargo.lock b/Cargo.lock index 72e7dbbd..4febee15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 4490f639..ee1d0bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.13.0" +version = "0.14.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."