diff --git a/chromecast-cli.js b/chromecast-cli.js index 383a22c..b9065c1 100644 --- a/chromecast-cli.js +++ b/chromecast-cli.js @@ -25,7 +25,7 @@ var connect = function(host, cb) { }; app - .version('0.0.1') + .version('0.0.2') .option('-H, --host ', 'IP address or hostname of Chromecast (required)'); app diff --git a/package.json b/package.json index e8c5189..9dca1fd 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "GPL-3.0", @@ -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"