From 237a313b9a7e60bb8ec28ff4fdc8b0470905003c Mon Sep 17 00:00:00 2001 From: Markus Ekholm Date: Thu, 20 Apr 2017 21:38:55 +0200 Subject: [PATCH] Update package.json Next version based on master will be 1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0465ab5..0ca1846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-diff", - "version": "1.0.1", + "version": "1.1.0", "description": "Implemets the CIEDE2000 color difference algorithm, conversion between RGB and LAB color and mapping all colors in palette X to the closest or most different color in palette Y based on the CIEDE2000 difference.", "main": "lib/index.js", "scripts": {