Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Nov 24, 2023
1 parent e817c8b commit 4dde4fa
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.0";
static version = "0.6.1";

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.0";
static version = "0.6.1";

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

0 comments on commit 4dde4fa

Please sign in to comment.