We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5166f commit 56b8ec7Copy full SHA for 56b8ec7
lib/spotifyCmd.js
@@ -21,7 +21,7 @@ spotifyCmd.osa = function(osaFunction) {
21
exec(executeString);
22
};
23
24
-spotifyCmd.version('0.2.3');
+spotifyCmd.version('0.2.4');
25
26
spotifyCmd
27
.command('play')
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "spotify-cmd",
3
"description": "A command-line interface for controlling spotify. Built using javascript for automation for OSX 10.10",
4
- "version": "0.2.3",
+ "version": "0.2.4",
5
"homepage": "https://github.com/shidel-dev/spotify-cmd",
6
"author": {
7
"name": "shidel.dev",
0 commit comments