vitunes 0.2.4 → 0.2.5

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
@@ -102,9 +102,9 @@ playlist search, iTunes will play in continous mode, where the next track in
102
102
  the playlist will automatically start playing after the current one ends.
103
103
 
104
104
  But if you start playing a track you got to through search or some other path,
105
- iTunes will stop playing after the current track ends.
105
+ iTunes will stop playing after the track you just selected ends.
106
106
 
107
- If you want use ViTunes to find and queue a bunch of track and have them play
107
+ If you want use ViTunes to find and queue a bunch of tracks and have them play
108
108
  in automatic succession, use the next feature...
109
109
 
110
110
  ### Copying tracks
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 4
9
- version: 0.2.4
8
+ - 5
9
+ version: 0.2.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi