From 785ef14e7f356d67fa0abddec12df814c44bbbcc Mon Sep 17 00:00:00 2001 From: chukie-clt <125953153+chukie-clt@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:46:51 +0800 Subject: [PATCH] Update package.json version: 1.0.1 -> 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2487b1..4aa6699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colorlight-processor", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",