From 8c533e34eacf310a0babbcdf6c512a08eb447389 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 3 Jan 2021 00:54:28 +0900 Subject: [PATCH] 0.25.0 --- LICENSE | 2 +- README-VIM.md | 2 +- README.md | 2 +- doc/fzf.txt | 4 ++-- install | 2 +- install.ps1 | 2 +- man/man1/fzf-tmux.1 | 2 +- man/man1/fzf.1 | 2 +- src/LICENSE | 2 +- src/core.go | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index c64372a8..50aa5d92 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2020 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README-VIM.md b/README-VIM.md index 058dfaf1..deb6b973 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -449,4 +449,4 @@ endif The MIT License (MIT) -Copyright (c) 2013-2020 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi diff --git a/README.md b/README.md index 8bfa884e..00ed40a3 100644 --- a/README.md +++ b/README.md @@ -698,4 +698,4 @@ https://github.com/junegunn/fzf/wiki/Related-projects The MIT License (MIT) -Copyright (c) 2013-2020 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi diff --git a/doc/fzf.txt b/doc/fzf.txt index c8888962..43ebb1c4 100644 --- a/doc/fzf.txt +++ b/doc/fzf.txt @@ -1,4 +1,4 @@ -fzf.txt fzf Last change: January 2 2021 +fzf.txt fzf Last change: January 3 2021 FZF - TABLE OF CONTENTS *fzf* *fzf-toc* ============================================================================== @@ -460,7 +460,7 @@ LICENSE *fzf-license* The MIT License (MIT) -Copyright (c) 2013-2020 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi ============================================================================== vim:tw=78:sw=2:ts=2:ft=help:norl:nowrap: diff --git a/install b/install index 6387ac58..bfee2086 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.24.4 +version=0.25.0 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index aa2fe76c..bca6cada 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.24.4" +$version="0.25.0" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 904fda34..4f0c1593 100644 --- a/man/man1/fzf-tmux.1 +++ b/man/man1/fzf-tmux.1 @@ -1,7 +1,7 @@ .ig The MIT License (MIT) -Copyright (c) 2013-2020 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 5fff2e1c..89f4e10b 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1,7 +1,7 @@ .ig The MIT License (MIT) -Copyright (c) 2013-2020 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/LICENSE b/src/LICENSE index c64372a8..50aa5d92 100644 --- a/src/LICENSE +++ b/src/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2020 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/core.go b/src/core.go index 1c009c69..a18c3a18 100644 --- a/src/core.go +++ b/src/core.go @@ -3,7 +3,7 @@ Package fzf implements fzf, a command-line fuzzy finder. The MIT License (MIT) -Copyright (c) 2017 Junegunn Choi +Copyright (c) 2013-2021 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal