From 5c6a6f34305675db3bf8490144b616e62d4a45ef Mon Sep 17 00:00:00 2001 From: j3lte Date: Wed, 22 Nov 2023 14:42:27 +0000 Subject: [PATCH] Update Version (On Demand) --- src/lib/Pastebin.ts | 2 +- src/lib/Scraper.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Pastebin.ts b/src/lib/Pastebin.ts index 0898f4f..5a1669d 100644 --- a/src/lib/Pastebin.ts +++ b/src/lib/Pastebin.ts @@ -40,7 +40,7 @@ export abstract class AbstractPastebin { #debug = false; // VERSION - static version = "0.4.1"; + static version = "0.4.2"; constructor(config?: IPastebinOptions | string | null) { if (isUndefined(config) || isNull(config)) { diff --git a/src/lib/Scraper.ts b/src/lib/Scraper.ts index 90cc7c3..7457e55 100644 --- a/src/lib/Scraper.ts +++ b/src/lib/Scraper.ts @@ -118,7 +118,7 @@ export class Scraper { lastKeys: string[] = []; // Version - static version = "0.4.1"; + static version = "0.4.2"; /** * @param opts {ScrapeOptions} The options for the scraper.