From 1c94fef72066f01a0f8e74086c976b91dc3dd36a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 20 Feb 2014 15:17:18 +0900 Subject: [PATCH] Update version number --- fzf | 2 +- fzf.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fzf b/fzf index c457566..84c1f11 100755 --- a/fzf +++ b/fzf @@ -7,7 +7,7 @@ # / __/ / /_/ __/ # /_/ /___/_/ Fuzzy finder for your shell # -# Version: 0.7.2 (February 2, 2014) +# Version: 0.7.3 (February 20, 2014) # # Author: Junegunn Choi # URL: https://github.com/junegunn/fzf diff --git a/fzf.gemspec b/fzf.gemspec index bbfdc1e..26e7a96 100644 --- a/fzf.gemspec +++ b/fzf.gemspec @@ -1,7 +1,7 @@ # coding: utf-8 Gem::Specification.new do |spec| spec.name = 'fzf' - spec.version = '0.7.2' + spec.version = '0.7.3' spec.authors = ['Junegunn Choi'] spec.email = ['junegunn.c@gmail.com'] spec.description = %q{Fuzzy finder for your shell}