From f825343e69c7460dfe02fbd8d221683479d81198 Mon Sep 17 00:00:00 2001 From: Vlad Shilov Date: Fri, 25 Sep 2020 18:29:40 +0300 Subject: [PATCH] v4.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1744c52c..e8539560 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-colorful", - "version": "4.0.7", - "description": "A tiny color picker component for modern React apps", + "version": "4.1.0", + "description": "🎨 A tiny color picker component for modern React apps. Fast, well-tested, dependency-free, mobile-friendly and accessible", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.module.js",