vitunes 0.2.6 → 0.2.7

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 +1 -1
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +2 -2
data/README.markdown CHANGED
@@ -98,7 +98,7 @@ line is blank, or try `ESC` then `q`.
98
98
  * `.` show current track and playlist, if any
99
99
 
100
100
  One thing to note: if you start playing a track that you've gotten to by going
101
- through the playlist dropdown, iTunes will play in continous mode, where the
101
+ through the playlist dropdown, iTunes will play in continuous mode, where the
102
102
  next track in the playlist will automatically start playing after the current
103
103
  one ends.
104
104
 
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 6
9
- version: 0.2.6
8
+ - 7
9
+ version: 0.2.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi