summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-02-20 15:17:18 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-02-20 15:17:29 +0900
commit1c94fef72066f01a0f8e74086c976b91dc3dd36a (patch)
tree48e7cfd26e0e65cf63a0f2fbf920863fa8085b8b
parentb711d76b8eeffd1c02167f70e857759e99628bf9 (diff)
Update version number
-rwxr-xr-xfzf2
-rw-r--r--fzf.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/fzf b/fzf
index c457566f..84c1f117 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 bbfdc1e2..26e7a968 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}