Update version number

This commit is contained in:
Junegunn Choi 2014-02-20 15:17:18 +09:00
parent b711d76b8e
commit 1c94fef720
2 changed files with 2 additions and 2 deletions

2
fzf
View File

@ -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

View File

@ -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}