diff --git a/package.json b/package.json index 52cbc9b..372958a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/Util/Constants.ts b/src/Util/Constants.ts index 84996af..abe17d4 100644 --- a/src/Util/Constants.ts +++ b/src/Util/Constants.ts @@ -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,