Skip to content

Commit

Permalink
feat: prepare 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benweier committed Aug 7, 2021
1 parent 5dece8e commit 7e2aa4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blizzard.js",
"version": "4.1.0",
"version": "4.1.1",
"author": {
"name": "Ben Weier",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`

Expand Down

0 comments on commit 7e2aa4a

Please sign in to comment.