Skip to content

Commit a323010

Browse files
committed
[Release] Release 2.2.2
1 parent 3d8bc9f commit a323010

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kurasuta",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A Custom discord.js Sharding Library inspired by eris-sharder.",
55
"main": "dist/index.js",
66
"typings": "typings/index.d.ts",

src/Util/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const http = {
44
api: 'https://discordapp.com/api'
55
};
66

7-
export const version = '2.2.1';
7+
export const version = '2.2.2';
88

99
export enum IPCEvents {
1010
EVAL,

0 commit comments

Comments
 (0)