From 74a9887d61972479e90bb093131038148d330a8e Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:42:46 +0200 Subject: [PATCH] chore: bump to 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18de6cc..c3c3a0e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sern-snippets", "displayName": "sern Snippets", "description": "Snippets for the sern discord bot framework", - "version": "1.2.0", + "version": "1.2.1", "repository": { "url": "https://github.com/sern-handler/snippets" },