Skip to content

Commit

Permalink
Bump to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
freearhey committed Aug 17, 2019
1 parent 4d760e3 commit 04baeb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -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] <file>')
.option('-o, --output [output]', 'Path to output file')
.option('-t, --timeout [timeout]', 'Set the number of milliseconds before the request times out')
Expand Down

0 comments on commit 04baeb9

Please sign in to comment.