From d5a8794c216c2fcc2248400b10bb7dc4af972c99 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:11:44 +0900 Subject: [PATCH] bump version to 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."