From 466678777d8c3eb91d247ae6da9570450111b68d Mon Sep 17 00:00:00 2001 From: Fajar Chandra Date: Sun, 3 Sep 2017 00:44:00 +0700 Subject: [PATCH] 3.0.4 --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 854a724..6903b44 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { - "name": "jquery-wheelcolorpicker", - "version": "3.0.3", - "description": "The Wheel Color Picker plugin adds color picker functionality to HTML form inputs in round color wheel style. The Wheel Color Picker can be displayed as a popup dialog as users focus the input, or embedded inline.", - "author": "Fajar Chandra (https://www.jar2.net)", - "homepage": "https://www.jar2.net/projects/jquery-wheelcolorpicker", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/fujaru/jquery-wheelcolorpicker" - }, - "bugs": "https://github.com/fujaru/jquery-wheelcolorpicker/issues", - "keywords": [ - "ui", - "form", - "input", - "color", - "colorpicker", - "jquery-plugin" - ], - "dependencies": { - "jquery": ">=1.7" - } + "name": "jquery-wheelcolorpicker", + "version": "3.0.4", + "description": "The Wheel Color Picker plugin adds color picker functionality to HTML form inputs in round color wheel style. The Wheel Color Picker can be displayed as a popup dialog as users focus the input, or embedded inline.", + "author": "Fajar Chandra (https://www.jar2.net)", + "homepage": "https://www.jar2.net/projects/jquery-wheelcolorpicker", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/fujaru/jquery-wheelcolorpicker" + }, + "bugs": "https://github.com/fujaru/jquery-wheelcolorpicker/issues", + "keywords": [ + "ui", + "form", + "input", + "color", + "colorpicker", + "jquery-plugin" + ], + "dependencies": { + "jquery": ">=1.7" + } }