diff --git a/LICENSE b/LICENSE index 533a79de..e3b8ff8e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2022 Junegunn Choi +Copyright (c) 2013-2023 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 e8d678e8..aa70d285 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -486,4 +486,4 @@ autocmd FileType fzf set laststatus=0 noshowmode noruler The MIT License (MIT) -Copyright (c) 2013-2021 Junegunn Choi +Copyright (c) 2013-2023 Junegunn Choi diff --git a/README.md b/README.md index f7b10a9f..80b416a6 100644 --- a/README.md +++ b/README.md @@ -722,4 +722,4 @@ https://github.com/junegunn/fzf/wiki/Related-projects The MIT License (MIT) -Copyright (c) 2013-2021 Junegunn Choi +Copyright (c) 2013-2023 Junegunn Choi diff --git a/doc/fzf.txt b/doc/fzf.txt index f4ca6788..cf05216f 100644 --- a/doc/fzf.txt +++ b/doc/fzf.txt @@ -506,7 +506,7 @@ LICENSE *fzf-license* The MIT License (MIT) -Copyright (c) 2013-2021 Junegunn Choi +Copyright (c) 2013-2023 Junegunn Choi ============================================================================== vim:tw=78:sw=2:ts=2:ft=help:norl:nowrap: diff --git a/install b/install index 463e3339..7cad17fb 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.35.1 +version=0.36.0 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index 50f02c4a..ae65085d 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.35.1" +$version="0.36.0" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/main.go b/main.go index 0eff82ad..8cf255d6 100644 --- a/main.go +++ b/main.go @@ -5,7 +5,7 @@ import ( "github.com/junegunn/fzf/src/protector" ) -var version string = "0.35" +var version string = "0.36" var revision string = "devel" func main() { diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 6fc8e07d..26aee26c 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-2021 Junegunn Choi +Copyright (c) 2013-2023 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 @@ -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 "Nov 2022" "fzf 0.35.1" "fzf-tmux - open fzf in tmux split pane" +.TH fzf-tmux 1 "Jan 2023" "fzf 0.36.0" "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 af66e15c..846a5bd0 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1,7 +1,7 @@ .ig The MIT License (MIT) -Copyright (c) 2013-2021 Junegunn Choi +Copyright (c) 2013-2023 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 @@ -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 "Nov 2022" "fzf 0.35.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Jan 2023" "fzf 0.36.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 06c3a7f6..b569da43 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -1,4 +1,4 @@ -" Copyright (c) 2017 Junegunn Choi +" Copyright (c) 2013-2023 Junegunn Choi " " MIT License " diff --git a/src/LICENSE b/src/LICENSE index 50aa5d92..e3b8ff8e 100644 --- a/src/LICENSE +++ b/src/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2021 Junegunn Choi +Copyright (c) 2013-2023 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