From 821ff321f2aec175d7400e564378cfe586f9a6fd Mon Sep 17 00:00:00 2001 From: pakkographic <41129374+pakkographic@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:42:46 +0100 Subject: [PATCH] update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 117c418..80454e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touchguild", - "version": "1.2.3", + "version": "1.2.4", "description": "TouchGuild is a NodeJS library for interfacing with Guilded.", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts",