From c2d854be68583c456612e6d5db72c9bb6dc99139 Mon Sep 17 00:00:00 2001 From: misund Date: Tue, 16 Jul 2019 20:15:20 +0200 Subject: [PATCH] v0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f6eae4..ae08395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-best-contrast-color", - "version": "0.3.0", + "version": "0.3.1", "description": "Calculate the color in an array of colors that gives the highest contrast to another color.", "main": "build/index.js", "scripts": {