Bump to v0.24.0

This commit is contained in:
Aleksandr Statciuk 2022-03-15 14:53:26 +03:00
parent a5f75b6f5a
commit 23a5e30ea3
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "epg-grabber",
"version": "0.23.0",
"version": "0.24.0",
"description": "Node.js CLI tool for grabbing EPG from different sites",
"main": "src/index.js",
"preferGlobal": true,
@ -36,6 +36,7 @@
"dayjs": "^1.10.4",
"glob": "^7.1.6",
"lodash": "^4.17.21",
"node-gzip": "^1.1.2",
"tough-cookie": "^4.0.0",
"winston": "^3.3.3",
"xml-js": "^1.6.11"