Skip to content

Commit

Permalink
[Release] Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Sep 9, 2021
1 parent e921a83 commit 1c71186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kurasuta",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Custom discord.js Sharding Library inspired by eris-sharder.",
"main": "dist/index.js",
"typings": "typings/index.d.ts",
Expand Down
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.0';
export const version = '3.0.1';

export enum IPCEvents {
EVAL,
Expand Down

0 comments on commit 1c71186

Please sign in to comment.