From c4cf90a3d22a4641633f366fe64b992a62dab13f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 3 Aug 2015 00:21:21 +0900 Subject: [PATCH] 0.10.2 --- install | 2 +- man/man1/fzf.1 | 2 +- src/constants.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 41078f8..ea5a461 100755 --- a/install +++ b/install @@ -1,7 +1,7 @@ #!/usr/bin/env bash [[ "$@" =~ --pre ]] && version=0.10.2 pre=1 || - version=0.10.1 pre=0 + version=0.10.2 pre=0 cd $(dirname $BASH_SOURCE) fzf_base=$(pwd) diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 3a334cd..cb12acb 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 "July 2015" "fzf 0.10.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Aug 2015" "fzf 0.10.2" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder diff --git a/src/constants.go b/src/constants.go index 91c863a..e19f5f4 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.1" + version = "0.10.2" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond