Skip to content

Commit d91d7e9

Browse files
committed
Version 3.3.1.
1 parent 02c747d commit d91d7e9

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evol-colorpicker",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
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": "js/evol-colorpicker.min.js",
@@ -17,6 +17,7 @@
1717
"widget",
1818
"web",
1919
"input",
20-
"form"
20+
"form",
21+
"jquery-plugin"
2122
]
2223
}

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.3.0
2+
evol-colorpicker 3.3.1
33
(c) 2017 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.3.0
2+
evol-colorpicker 3.3.1
33
(c) 2017 Olivier Giulieri
44
http://evoluteur.github.io/colorpicker/
55
*/

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link id="jquiCSS" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/ui-lightness/jquery-ui.css" type="text/css" media="all">
1010
<link href="css/demo.css" rel="stylesheet" />
1111
<link href="css/evol-colorpicker.min.css" rel="stylesheet" />
12-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript"></script>
12+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js" type="text/javascript"></script>
1313
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" type="text/javascript"></script>
1414
<script src="js/evol-colorpicker.min.js" type="text/javascript"></script>
1515
</head>
@@ -24,7 +24,7 @@ <h2 id="github">
2424

2525
<h1 id="title">Evol-ColorPicker</h1>
2626

27-
<p style="clear:both;"><strong>Evol-ColorPicker</strong> (currently v3.3.0) is a web color picker which looks like the one in Microsoft Office 2010.
27+
<p style="clear:both;"><strong>Evol-ColorPicker</strong> (currently v3.3.1) is a web color picker which looks like the one in Microsoft Office 2010.
2828

2929
</p>
3030
<p>
@@ -229,7 +229,7 @@ <h1 id="title">Evol-ColorPicker</h1>
229229

230230
</script>
231231

232-
<p><br/><a href="https://github.com/evoluteur/colorpicker/archive/master.zip">Download</a> and <a href="https://github.com/evoluteur/colorpicker#readme">documentation</a> are available at <a href="https://github.com/evoluteur/colorpicker" target="download">GitHub</a>. </p>
232+
<p><br/><a href="https://github.com/evoluteur/colorpicker/archive/master.zip">Download</a>, <a href="https://github.com/evoluteur/colorpicker#readme">documentation</a>, <a href="https://github.com/evoluteur/colorpicker/issues">feature requests</a> and <a href="https://github.com/evoluteur/colorpicker/issues">bugs report</a> are available at <a href="https://github.com/evoluteur/colorpicker" target="download">GitHub</a>. </p>
233233

234234
<p>Evol-ColorPicker is released under the <a href="http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md">MIT license</a>.</p>
235235

js/evol-colorpicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
evol-colorpicker 3.3.0
2+
evol-colorpicker 3.3.1
33
ColorPicker widget for jQuery UI
44
55
https://github.com/evoluteur/colorpicker
@@ -68,7 +68,7 @@ var _idx=0,
6868

6969
$.widget( "evol.colorpicker", {
7070

71-
version: '3.3.0',
71+
version: '3.3.1',
7272

7373
options: {
7474
color: null, // example:'#31859B'

js/evol-colorpicker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evol-colorpicker",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
55
"copyright": "(c) 2017 Olivier Giulieri",
66
"homepage": "http://evoluteur.github.io/colorpicker/",
@@ -34,6 +34,7 @@
3434
"jquery-ui",
3535
"ui",
3636
"web",
37+
"form",
3738
"office",
3839
"jquery-plugin"
3940
],

0 commit comments

Comments
 (0)