From f0ea5a4be1e2e88140125f38c77149347cf30c6e Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 3 Jun 2021 19:52:22 +0200 Subject: [PATCH] Bumped version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {