From a8377d00ff593028dee2cf4cee4e4c50ff50061b Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Mon, 29 May 2023 16:16:41 +0200 Subject: [PATCH] fix: :bookmark: forgot to update version in package.json I had forgot update version in package.json, this is not something affecting code, it just makes the update look better, even tho it still would got a version above 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01f5939..4cad4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyter", - "version": "1.4.5", + "version": "2.0.0", "private": true, "description": "A multi purpose Discord bot written in TypeScript with Discord.js", "main": "dist/index.js",