summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-12-22 16:00:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-12-22 16:00:06 +0900
commit622c54f4a3fa270713203397716dbf802592c7ed (patch)
tree217ea60e4b83a4f241be1c38357e0216676176b1
parente09993f9199c5a3de3c32cde9af617dd025d1330 (diff)
Update gem version (0.6.0)0.6.0
- Smart-case pattern matching - CTRL-Q
-rw-r--r--fzf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzf.gemspec b/fzf.gemspec
index 03e68da1..46bd80a5 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.3'
+ spec.version = '0.6.0'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}