Skip to content

Commit

Permalink
[Release] Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Jan 19, 2021
1 parent 5f67c84 commit 03792c3
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.2.0",
"version": "2.2.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 = '2.2.0';
export const version = '2.2.1';

export enum IPCEvents {
EVAL,
Expand Down

0 comments on commit 03792c3

Please sign in to comment.