Skip to content

Commit

Permalink
Boop version
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Nov 22, 2023
1 parent 2246c73 commit 730550d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/Pastebin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 730550d

Please sign in to comment.