From 5dbd21b3a4f15f76c060accd1eb72a39d3c2f53e Mon Sep 17 00:00:00 2001 From: M1 <140819896+m1-dev@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:50:27 +0200 Subject: [PATCH] chore: bump version --- packages/horizon.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/horizon.js/package.json b/packages/horizon.js/package.json index 346faee..1249a4c 100644 --- a/packages/horizon.js/package.json +++ b/packages/horizon.js/package.json @@ -1,6 +1,6 @@ { "name": "horizon.js", - "version": "0.0.2", + "version": "0.0.3", "description": "A command/event handler for your discord.js bots.", "main": "./dist/index.js", "module": "./dist/index.mjs",