From 4c394d5c024d2a45deca881778342d5607c2e32c Mon Sep 17 00:00:00 2001 From: deyihu Date: Mon, 28 Nov 2022 09:40:07 +0800 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9891a2..914c11a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colorin", - "version": "0.1.0", + "version": "0.2.0", "description": "colors Interpolation", "main": "dist/colorin.js", "module": "./index.js",