Skip to content

Commit

Permalink
[Release]: Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Mar 18, 2022
1 parent a199f01 commit 729a45d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kurasuta",
"version": "3.0.1",
"version": "3.0.2",
"description": "A Custom discord.js Sharding Library inspired by eris-sharder.",
"main": "dist/index.js",
"typings": "typings/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"veza": "^1.2.0"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
Expand All @@ -50,4 +50,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion src/Util/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const http = {
api: 'https://discordapp.com/api'
};

export const version = '3.0.1';
export const version = '3.0.2';

export enum IPCEvents {
EVAL,
Expand Down

0 comments on commit 729a45d

Please sign in to comment.