From 730550de61508d80d0ca17c3635dc082189f24ca Mon Sep 17 00:00:00 2001 From: j3lte Date: Wed, 22 Nov 2023 15:55:51 +0100 Subject: [PATCH] Boop version --- 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 5a1669d..b277080 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.2"; + static version = "0.5.0"; constructor(config?: IPastebinOptions | string | null) { if (isUndefined(config) || isNull(config)) { diff --git a/src/lib/Scraper.ts b/src/lib/Scraper.ts index 7457e55..8a360f5 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.2"; + static version = "0.5.0"; /** * @param opts {ScrapeOptions} The options for the scraper.