summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-11-23 20:09:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-11-23 20:09:02 +0900
commitc61738ae43c06831efb932a68a63868c46892f30 (patch)
tree51c2c91118ac31943d37c4d3ac88a8039534ac0d
parentc4dec4d34b8aaa6a0078bbabbc8685ccd0adb4f9 (diff)
Bump up gem version
-rw-r--r--fzf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzf.gemspec b/fzf.gemspec
index aaefff1c..9c3411a4 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.4.2'
+ spec.version = '0.5.0'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}