summaryrefslogtreecommitdiffstats
path: root/fzf.gemspec
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-05-17 22:07:18 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-05-17 22:07:18 +0900
commitf6b1a6278f7cee8d74ba198ba937cc787143dcfc (patch)
tree9ba2c6612382aed253aca392ac49742c02486de8 /fzf.gemspec
parentdb5818248338f8d03ec991ff2fa89feb613e160c (diff)
Add --reverse option (top-to-bottom layout)0.8.4
Diffstat (limited to 'fzf.gemspec')
-rw-r--r--fzf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzf.gemspec b/fzf.gemspec
index 3a00757c..0a6c74da 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.8.3'
+ spec.version = '0.8.4'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}