Skip to content

Commit 56b8ec7

Browse files
committed
bumps version
1 parent 8e5166f commit 56b8ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/spotifyCmd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spotifyCmd.osa = function(osaFunction) {
2121
exec(executeString);
2222
};
2323

24-
spotifyCmd.version('0.2.3');
24+
spotifyCmd.version('0.2.4');
2525

2626
spotifyCmd
2727
.command('play')

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spotify-cmd",
33
"description": "A command-line interface for controlling spotify. Built using javascript for automation for OSX 10.10",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"homepage": "https://github.com/shidel-dev/spotify-cmd",
66
"author": {
77
"name": "shidel.dev",

0 commit comments

Comments
 (0)