summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-03-07 01:37:33 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-03-07 01:37:33 +0900
commit27d3b5284329fdb5330070d38094d078a342cd2d (patch)
tree72a329b0e332a6321f2664f433edb2849ad494f9
parentdcb4694ec14b561ec7952ab50a51faff528add85 (diff)
Update gem version
-rw-r--r--fzf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzf.gemspec b/fzf.gemspec
index 26e7a968..ab28611d 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.3'
+ spec.version = '0.8.0'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}