Skip to content

Commit 7e2aa4a

Browse files
committed
feat: prepare 4.1.1
1 parent 5dece8e commit 7e2aa4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blizzard.js",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"author": {
55
"name": "Ben Weier",
66
"email": "ben.weier@gmail.com",

src/core/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface BlizzardClient {
4242
}
4343

4444
export abstract class Blizzard implements BlizzardClient {
45-
public version = '4.1.0'
45+
public version = '4.1.1'
4646

4747
public ua = `Node.js/${process.versions.node} Blizzard.js/${this.version}`
4848

0 commit comments

Comments
 (0)