From 58ba7684425df247b77723943362c278a535dc25 Mon Sep 17 00:00:00 2001 From: XboxBedrock <68715625+XboxBedrock@users.noreply.github.com> Date: Sat, 5 Mar 2022 08:28:37 -0800 Subject: [PATCH] First release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 501dd5e..45f57ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildtheearth/bot-utils", - "version": "0.0.2", + "version": "1.0.0", "description": "A utility library for the bots!", "main": "dist/index.js", "types": "dist/index.d.ts",