summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-04-05 12:56:10 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-04-05 12:56:10 +0900
commitd82e38adc1c3010585a6741ca11725420379baa9 (patch)
treeb39f99c7e4be111520f9cf8d8d618666186ba496
parentaf677e7e35465bd6bfdb690d3c7a9674bcfcc620 (diff)
0.8.30.8.3
-rw-r--r--fzf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzf.gemspec b/fzf.gemspec
index acc880f3..3a00757c 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.8.2'
+ spec.version = '0.8.3'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}