Skip to content

Commit f4fc616

Browse files
committed
Version 3.2.3
1 parent e7487ce commit f4fc616

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evol.colorpicker",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
55
"homepage": "http://evoluteur.github.io/colorpicker/",
66
"main": [

colorpicker.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "colorpicker",
33
"title": "Evol ColorPicker",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"copyright": "(c) 2015 Olivier Giulieri",
66
"description": "A jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).",
77
"keywords": [

css/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
evol.colorpicker 3.2.2
2+
evol.colorpicker 3.2.3
33
(c) 2015 Olivier Giulieri
44
http://evoluteur.github.io/colorpicker/
55
*/

css/evol.colorpicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
evol.colorpicker 3.2.2
2+
evol.colorpicker 3.2.3
33
(c) 2015 Olivier Giulieri
44
http://evoluteur.github.io/colorpicker/
55
*/

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 id="github">
1818
<a href="https://github.com/evoluteur/colorpicker">GitHub</a>
1919
</h2>
2020

21-
<p>evol.colorpicker (currently v3.2.2) is a web color picker which looks like the one in Microsoft Office 2010.
21+
<p>evol.colorpicker (currently v3.2.3) is a web color picker which looks like the one in Microsoft Office 2010.
2222
It can be used inline or as a popup bound to a text box.
2323
It is a full jQuery UI widget, supporting various configurations and themes.
2424
</p>

js/evol.colorpicker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evol.colorpicker",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
55
"copyright": "(c) 2015 Olivier Giulieri",
66
"homepage": "http://evoluteur.github.io/colorpicker/",

0 commit comments

Comments
 (0)