Skip to content

Commit

Permalink
Update Version (On Demand)
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte authored and github-actions[bot] committed Nov 22, 2023
1 parent 4ce8874 commit 5c6a6f3
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.1";
static version = "0.4.2";

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.1";
static version = "0.4.2";

/**
* @param opts {ScrapeOptions} The options for the scraper.
Expand Down

0 comments on commit 5c6a6f3

Please sign in to comment.