diff --git a/package-lock.json b/package-lock.json index df5aa80..c7f4942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "blizzard.js", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "axios": "^0.21.0" diff --git a/package.json b/package.json index 231d304..75b0768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blizzard.js", - "version": "4.1.0", + "version": "4.1.1", "author": { "name": "Ben Weier", "email": "ben.weier@gmail.com", diff --git a/src/core/index.ts b/src/core/index.ts index 19c8899..07a6a15 100644 --- a/src/core/index.ts +++ b/src/core/index.ts @@ -42,7 +42,7 @@ export interface BlizzardClient { } export abstract class Blizzard implements BlizzardClient { - public version = '4.1.0' + public version = '4.1.1' public ua = `Node.js/${process.versions.node} Blizzard.js/${this.version}`