From 5c7a54e7c520f8e61e7d07c61d769fad09a104f4 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Tue, 31 Aug 2021 14:28:32 +0300 Subject: [PATCH] v0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa5428b..b8da3e5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "item-api", "description": "Allows custom items to be prepared in such a way that they 'just work'.", "homepage": "https://gitlab.com/20kdc/ccprestartapi", - "version": "0.4.0", + "version": "0.4.1", "postload": "postload.js", "prestart": "prestart.js", "module": true