From 05d579684a21a4131454acd295de3f42a555af8a Mon Sep 17 00:00:00 2001 From: Vinay Pillai Date: Fri, 22 May 2020 02:15:39 -0700 Subject: [PATCH] 1.1.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb494ad..2437971 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ac-colors", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e71ba7f..67bcf20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ac-colors", - "version": "1.1.2", + "version": "1.1.3", "description": "ac-colors is a reactive JavaScript color library that can freely convert between RGB, HSL, HEX, XYZ, LAB, and LCHab, as well as handle random color generation and contrast ratio calculation.", "main": "index.min.js", "directories": {