Skip to content

Commit

Permalink
[Release] Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Sep 8, 2021
1 parent b02b723 commit d0f591c
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": "2.3.0",
"version": "3.0.0",
"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 = '2.2.3';
export const version = '3.0.0';

export enum IPCEvents {
EVAL,
Expand Down

0 comments on commit d0f591c

Please sign in to comment.