diff --git a/package-lock.json b/package-lock.json index 91bd73c..876c8f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yt-comment-scraper", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99ed7bb..9907efc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yt-comment-scraper", - "version": "4.0.3", + "version": "4.0.4", "description": "Scrapes the comments of any YouTube video without YouTube API access. Uses the default YouTube Ajax calls to get the comment data.", "main": "index.js", "scripts": {