vitunes 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +1 -1
data/README.markdown CHANGED
@@ -47,7 +47,7 @@ directory.
47
47
  The query and selection drop downs make use of Vim autocompletion. Start typing
48
48
  the first few letters of what you want. For example, if you want to jump to all
49
49
  artists that start with the letter 'P', type 'P' and you'll see the drop down
50
- items update.
50
+ items update. This autocompletion is case-sensitive.
51
51
 
52
52
  `CTRL-p` and `CTRL-n` let you navigate the matches. Press `ENTER` to select
53
53
  one.
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vitunes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi