diff --git a/bower.json b/bower.json index 8954669..7d2654e 100644 --- a/bower.json +++ b/bower.json @@ -1,23 +1,22 @@ { "name": "evol-colorpicker", - "version": "3.2.6", + "version": "3.3.0", "description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.", "homepage": "http://evoluteur.github.io/colorpicker/", "main": "js/evol-colorpicker.min.js", - "authors": [ - { "name": "Olivier Giulieri", "homepage": "https://github.com/evoluteur" } - ], + "authors": "Olivier Giulieri (https://evoluteur.github.io/)", "license": "MIT", "keywords": [ "colorpicker", "color", "picker", "palette", - "input", "jquery", "jquery-ui", - "widget", "ui", - "web" + "widget", + "web", + "input", + "form" ] } diff --git a/css/demo.css b/css/demo.css index 2303278..2069d93 100644 --- a/css/demo.css +++ b/css/demo.css @@ -1,6 +1,6 @@ /* - evol-colorpicker 3.2.6 - (c) 2016 Olivier Giulieri + evol-colorpicker 3.3.0 + (c) 2017 Olivier Giulieri http://evoluteur.github.io/colorpicker/ */ body { diff --git a/css/evol-colorpicker.css b/css/evol-colorpicker.css index 622f7cf..69209f6 100644 --- a/css/evol-colorpicker.css +++ b/css/evol-colorpicker.css @@ -1,6 +1,6 @@ /* - evol-colorpicker 3.2.6 - (c) 2016 Olivier Giulieri + evol-colorpicker 3.3.0 + (c) 2017 Olivier Giulieri http://evoluteur.github.io/colorpicker/ */ .evo-pop { diff --git a/index.html b/index.html index 648bd8b..5f1d821 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@
evol-colorpicker (currently v3.2.6) is a web color picker which looks like the one in Microsoft Office 2010. +
evol-colorpicker (currently v3.3.0) is a web color picker which looks like the one in Microsoft Office 2010. It can be used inline or as a popup bound to a text box. It is a full jQuery UI widget, supporting various configurations and themes.
@@ -222,7 +222,7 @@
Download, documentation, and source code are available at GitHub under the MIT license.