vitunes 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +2 -2
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +2 -2
data/README.markdown CHANGED
@@ -76,8 +76,8 @@ More advanced autocompletion tips:
76
76
  * `CTRL-x C-u` reactivates autocompletion if it's gone away
77
77
  * `CTRL-y` selects the highlighted match without triggering ENTER
78
78
 
79
- To exist the drop down or search query mini-window, press `ENTER` when the
80
- query line is blank, or try `ESC` then `q`.
79
+ To exit the autocompletion or search query mode, press `ENTER` when the query
80
+ line is blank, or try `ESC` then `q`.
81
81
 
82
82
  ### Volume Control
83
83
 
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi