From d0f591c8ca8cc175fa828e9df8a6ffce28fef64c Mon Sep 17 00:00:00 2001 From: Yukine Date: Wed, 8 Sep 2021 23:20:34 +0200 Subject: [PATCH] [Release] Release 3.0.0 --- package.json | 2 +- src/Util/Constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dbf35b4..b7da445 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/Util/Constants.ts b/src/Util/Constants.ts index a8eae86..84996af 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 = '2.2.3'; +export const version = '3.0.0'; export enum IPCEvents { EVAL,