Skip to content

Commit f6bffe1

Browse files
committed
Version 3.4.0.
1 parent 1819f0b commit f6bffe1

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ $("#mycolor").on("mouseover.color", function(event, color){
292292

293293
## License
294294

295-
Copyright (c) 2018 [Olivier Giulieri](https://evoluteur.github.io/).
295+
Copyright (c) 2019 [Olivier Giulieri](https://evoluteur.github.io/).
296296

297297
**evol-colorpicker** is released under the [MIT license](http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md).
298298

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "evol-colorpicker",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
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",
7-
"authors": "Olivier Giulieri (https://evoluteur.github.io/)",
7+
"authors": ["Olivier Giulieri (https://evoluteur.github.io/)"],
88
"license": "MIT",
99
"keywords": [
1010
"colorpicker",

css/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
evol-colorpicker 3.3.2
3-
(c) 2018 Olivier Giulieri
2+
evol-colorpicker 3.4.0
3+
(c) 2019 Olivier Giulieri
44
http://evoluteur.github.io/colorpicker/
55
*/
66
body {

css/evol-colorpicker.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
evol-colorpicker 3.3.2
3-
(c) 2018 Olivier Giulieri
2+
evol-colorpicker 3.4.0
3+
(c) 2019 Olivier Giulieri
44
http://evoluteur.github.io/colorpicker/
55
*/
66
.evo-pop {

css/evol-colorpicker.min.css

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

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2 id="github">
2626

2727
<h1 id="title">Evol-ColorPicker</h1>
2828

29-
<p style="clear:both;"><strong>Evol-ColorPicker</strong> (currently v3.3.2) is a web color picker which looks like the one in Microsoft Office 2010.
29+
<p style="clear:both;"><strong>Evol-ColorPicker</strong> (currently v3.4.0) is a web color picker which looks like the one in Microsoft Office 2010.
3030
</p>
3131

3232
<p>

js/evol-colorpicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var _idx=0,
6868

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

71-
version: '3.3.2',
71+
version: '3.4.0',
7272

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

js/evol-colorpicker.min.js

Lines changed: 3 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "evol-colorpicker",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
5-
"copyright": "(c) 2018 Olivier Giulieri",
5+
"copyright": "(c) 2019 Olivier Giulieri",
66
"homepage": "http://evoluteur.github.io/colorpicker/",
77
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
88
"license": "MIT",

0 commit comments

Comments
 (0)