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 f4e3dd3 commit 0f0d981
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 @@ -38,7 +38,7 @@ export abstract class AbstractPastebin {
#debug = false;

// VERSION
static version = "0.5.0";
static version = "0.6.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.5.0";
static version = "0.6.0";

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

0 comments on commit 0f0d981

Please sign in to comment.