From 8f1b99a6f3b1188b0cf909c376450583610a30a3 Mon Sep 17 00:00:00 2001 From: Bart Bergmans Date: Thu, 5 Jan 2023 21:32:04 +0100 Subject: [PATCH] Release 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2c4e20..d1d4a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "palettey", - "version": "1.0.2", + "version": "1.0.3", "description": "Generate a 10-color palette from a base color", "main": "index.js", "repository": "bartbergmans/palettey",