From a323010aa4c703dd97bdc284da417a407567e563 Mon Sep 17 00:00:00 2001 From: Yukine Date: Wed, 27 Jan 2021 19:17:48 +0100 Subject: [PATCH] [Release] Release 2.2.2 --- package.json | 2 +- src/Util/Constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f83a6b7..33e6857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kurasuta", - "version": "2.2.1", + "version": "2.2.2", "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 252bd35..2acfa35 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.1'; +export const version = '2.2.2'; export enum IPCEvents { EVAL,