diff --git a/package.json b/package.json index d88618f..8dbe3a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iptv-checker", - "version": "0.6.2", + "version": "0.6.3", "description": "IPTV playlist checker", "main": "src/index.js", "preferGlobal": "true", diff --git a/src/index.js b/src/index.js index bab1726..e6a75d0 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,7 @@ const dateFormat = require('dateformat') let seedFile argv - .version('0.6.2', '-v, --version') + .version('0.6.3', '-v, --version') .usage('[options] ') .option('-o, --output [output]', 'Path to output file') .option('-t, --timeout [timeout]', 'Set the number of milliseconds before the request times out')