Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Feb 3, 2016
1 parent 9c8bf8e commit 3b28c7a
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Released under the [MIT License](http://en.wikipedia.org/wiki/MIT_License)

Copyright (c) 2015 by Olivier Giulieri
Copyright (c) 2016 by Olivier Giulieri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ evol.colorpicker.js has been tested for the following browsers:

## License

Copyright (c) 2015 Olivier Giulieri.
Copyright (c) 2016 Olivier Giulieri.

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol.colorpicker",
"version": "3.2.3",
"version": "3.2.4",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"homepage": "http://evoluteur.github.io/colorpicker/",
"main": [
Expand Down
4 changes: 2 additions & 2 deletions colorpicker.jquery.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "colorpicker",
"title": "Evol ColorPicker",
"version": "3.2.3",
"copyright": "(c) 2015 Olivier Giulieri",
"version": "3.2.4",
"copyright": "(c) 2016 Olivier Giulieri",
"description": "A jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).",
"keywords": [
"colorpicker",
Expand Down
4 changes: 2 additions & 2 deletions css/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
evol.colorpicker 3.2.3
(c) 2015 Olivier Giulieri
evol.colorpicker 3.2.4
(c) 2016 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
body {
Expand Down
4 changes: 2 additions & 2 deletions css/evol.colorpicker.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
evol.colorpicker 3.2.3
(c) 2015 Olivier Giulieri
evol.colorpicker 3.2.4
(c) 2016 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
.evo-pop {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 id="github">
<a href="https://github.com/evoluteur/colorpicker">GitHub</a>
</h2>

<p>evol.colorpicker (currently v3.2.3) is a web color picker which looks like the one in Microsoft Office 2010.
<p>evol.colorpicker (currently v3.2.4) 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.
</p>
Expand Down Expand Up @@ -207,7 +207,7 @@ <h2 id="github">
<p><br/><a href="https://github.com/evoluteur/colorpicker/archive/master.zip">Download</a>, documentation, and source code are available at <a href="https://github.com/evoluteur/colorpicker" target="download">GitHub</a> under the <a href="http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md">MIT license</a>.</p>

<br/><br/>
<div class="footer">&#169; 2015 Olivier Giulieri</div>
<div class="footer">&#169; 2016 Olivier Giulieri</div>

</body>

Expand Down
4 changes: 2 additions & 2 deletions js/evol.colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
evol.colorpicker 3.2.1
evol.colorpicker 3.2.4
ColorPicker widget for jQuery UI
https://github.com/evoluteur/colorpicker
(c) 2015 Olivier Giulieri
(c) 2016 Olivier Giulieri
* Depends:
* jquery.ui.core.js
Expand Down
6 changes: 3 additions & 3 deletions js/evol.colorpicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/evol.colorpicker.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// evol.colorpicker = ColorPicker widget for jQuery UI
// (c) 2015 Olivier Giulieri
// (c) 2016 Olivier Giulieri

.evo-pop {
z-index:10000;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "evol.colorpicker",
"version": "3.2.3",
"version": "3.2.4",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2015 Olivier Giulieri",
"copyright": "(c) 2016 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
"author": {
"name": "Olivier Giulieri",
Expand Down

0 comments on commit 3b28c7a

Please sign in to comment.