summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-12-08 02:09:50 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-12-08 02:09:50 +0900
commit04ebaddf5e68d3c5a901a73edd2f7a47a24da99d (patch)
tree4673c6f51d2148ebcb2fc55af7ffcab193ded3d2
parent45e1f1ae578156b9566d28f7055c06a9423a9ab8 (diff)
0.5.10.5.1
-rw-r--r--fzf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzf.gemspec b/fzf.gemspec
index 9c3411a4..a8a4b3ad 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.5.0'
+ spec.version = '0.5.1'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}