diff options
author | Junegunn Choi <junegunn.c@gmail.com> | 2024-03-17 16:35:35 +0900 |
---|---|---|
committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-03-17 16:35:35 +0900 |
commit | d579e335b5aa30e98a2ec046cb782bbb02bc28ad (patch) | |
tree | fbd98225b0dd9a032ee887dca862b1c90938c609 | |
parent | 7e344ceb855e8a5e2c569f7f2fcc1ebdddd28cd5 (diff) |
0.48.10.48.1
-rwxr-xr-x | install | 2 | ||||
-rw-r--r-- | install.ps1 | 2 | ||||
-rw-r--r-- | man/man1/fzf-tmux.1 | 2 | ||||
-rw-r--r-- | man/man1/fzf.1 | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ set -u -version=0.48.0 +version=0.48.1 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index 0af01c27..413339b6 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.48.0" +$version="0.48.1" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 1924708b..1bd26985 100644 --- a/man/man1/fzf-tmux.1 +++ b/man/man1/fzf-tmux.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf-tmux 1 "Mar 2024" "fzf 0.48.0" "fzf-tmux - open fzf in tmux split pane" +.TH fzf-tmux 1 "Mar 2024" "fzf 0.48.1" "fzf-tmux - open fzf in tmux split pane" .SH NAME fzf-tmux - open fzf in tmux split pane diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 3e5058e3..f86aa159 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf 1 "Mar 2024" "fzf 0.48.0" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Mar 2024" "fzf 0.48.1" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder |