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 Sep 5, 2024
1 parent e2836ce commit 46786a1
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 @@ -39,7 +39,7 @@ export abstract class AbstractPastebin {
#debug = false;

// VERSION
static version = "0.6.1";
static version = "0.6.2";

constructor(config?: IPastebinOptions | string | null, options?: {
fetch?: typeof globalThis.fetch;
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.6.1";
static version = "0.6.2";

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

0 comments on commit 46786a1

Please sign in to comment.