Skip to content

Commit

Permalink
[Release] Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Aug 15, 2020
1 parent f6b6eb5 commit 84fc33a
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.1.0",
"version": "2.2.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 @@ -3,7 +3,7 @@ export const http = {
api: 'https://discordapp.com/api'
};

export const version = '2.1.0';
export const version = '2.2.0';

export enum IPCEvents {
EVAL,
Expand Down

0 comments on commit 84fc33a

Please sign in to comment.