From 0c492667ccbaeaf2c2b5f7b1062d43de4a68e2f1 Mon Sep 17 00:00:00 2001
From: Rosen Kanev
Date: Thu, 14 Oct 2021 11:42:28 +0300
Subject: [PATCH] chore: bump version
---
README.md | 6 ------
package.json | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.md b/README.md
index cdb11a3..ca1ea2e 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,6 @@
----
-
-**HEADS UP!** You're currently viewing the documentation for the Vue 3 version of the color picker - `vue-color-picker@next`. If you're looking for v4, [please checkout 4.0 branch](https://github.com/radial-color-picker/vue-color-picker/tree/4.0).
-
----
-
## Introduction
Great UX starts with two basic principles - ease of use and simplicity. Selecting a color should be as easy as moving a slider, clicking a checkbox or pressing a key just like other basic form elements behave.
diff --git a/package.json b/package.json
index 042848a..d00914c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@radial-color-picker/vue-color-picker",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "Radial Color Picker - Vue",
"author": "Rosen Kanev ",
"scripts": {