summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-01-30 14:47:51 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-01-30 14:47:51 +0900
commitf2b2c022be999f02da92fc9bc97f4a3f61876509 (patch)
tree26914d38258491994db8981a555524c4bea69a9c
parent7747daa9ec44d3d127fb6350a6fff5ae3a86918c (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 c61b9e9d..c3cd8cd0 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.6.2'
+ spec.version = '0.7.0'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}