From 915938cac2864c636d4e24cb4f83698fe73b7f9f Mon Sep 17 00:00:00 2001 From: DeathVenom54 Date: Thu, 10 Mar 2022 20:47:22 +0530 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a4afed..4987ce4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "djs-marshal", "description": "A simple slash command manager for typescript", - "version": "1.1.3", + "version": "1.2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/DeathVenom54/djs-marshal.git",