Skip to content

Commit 729a45d

Browse files
committed
[Release]: Release 3.0.2
1 parent a199f01 commit 729a45d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kurasuta",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A Custom discord.js Sharding Library inspired by eris-sharder.",
55
"main": "dist/index.js",
66
"typings": "typings/index.d.ts",
@@ -24,8 +24,8 @@
2424
"veza": "^1.2.0"
2525
},
2626
"devDependencies": {
27-
"@types/node-fetch": "^2.6.1",
2827
"@types/node": "^17.0.21",
28+
"@types/node-fetch": "^2.6.1",
2929
"@types/ws": "^8.5.3",
3030
"@typescript-eslint/eslint-plugin": "^5.15.0",
3131
"@typescript-eslint/parser": "^5.15.0",
@@ -50,4 +50,4 @@
5050
]
5151
}
5252
}
53-
}
53+
}

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 = '3.0.1';
7+
export const version = '3.0.2';
88

99
export enum IPCEvents {
1010
EVAL,

0 commit comments

Comments
 (0)