From 9a16c20dad1d9c1a7cc62ec0942758423739fab8 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 16 Jul 2022 13:19:50 -0500 Subject: [PATCH] build: bump to patch version and remove unneeded scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff16a6f..e414b08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sern/handler", - "version": "1.1.0-beta", + "version": "1.1.1-beta", "description": "A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development.", "main": "dist/index.js", "scripts": {