From 0e143b7b516a26f9d828a58ceee670ff3612dd33 Mon Sep 17 00:00:00 2001 From: Rosen Kanev Date: Fri, 8 May 2020 21:59:43 +0300 Subject: [PATCH] chore: Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b158f7b..40ba5fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radial-color-picker/color-wheel", - "version": "2.2.1", + "version": "2.2.2", "description": "Minimal, framework-agnostic companion plugin for managing the color wheel of the Radial Color Picker.", "main": "dist/color-wheel.cjs.js", "module": "dist/color-wheel.esm.js",