Skip to content

Commit a081e0a

Browse files
committed
prepare 4.6.0
1 parent ad2b756 commit a081e0a

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.5.0",
3+
"version": "4.6.0",
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
@@ -46,7 +46,7 @@ export interface BlizzardClient {
4646
}
4747

4848
export abstract class Blizzard implements BlizzardClient {
49-
public version = '4.5.0'
49+
public version = '4.6.0'
5050

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

0 commit comments

Comments
 (0)