Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erkstruwe committed Mar 13, 2016
1 parent fa4830d commit f523818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chromecast-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var connect = function(host, cb) {
};

app
.version('0.0.1')
.version('0.0.2')
.option('-H, --host <host>', 'IP address or hostname of Chromecast (required)');

app
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromecast-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "Command line interface for Google Chromecast",
"author": "Erk Struwe <[email protected]>",
"license": "GPL-3.0",
Expand All @@ -24,10 +24,10 @@
"esversion": 6
},
"dependencies": {
"async": "^1.5.2",
"async": "~1.5.2",
"castv2-client": "~1.1.1",
"commander": "^2.9.0",
"lodash": "^4.6.1"
"commander": "~2.9.0",
"lodash": "~4.6.1"
},
"devDependencies": {
"jshint": "~2.9.1"
Expand Down

0 comments on commit f523818

Please sign in to comment.