Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Giulieri committed Mar 1, 2015
1 parent 3197097 commit 021f693
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion colorpicker.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "colorpicker",
"title": "Evol ColorPicker",
"version": "3.1.0",
"version": "3.2.0",
"copyright": "(c) 2015 Olivier Giulieri",
"description": "A jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0) is a web color picker which looks like the one in Microsoft Office 2010.
<p>evol.colorpicker (currently v3.2.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.
</p>
Expand Down
4 changes: 2 additions & 2 deletions js/evol.colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol.colorpicker 3.1.0
evol.colorpicker 3.2.0
ColorPicker widget for jQuery UI
https://github.com/evoluteur/colorpicker
Expand Down Expand Up @@ -68,7 +68,7 @@ var _idx=0,

$.widget( "evol.colorpicker", {

version: '3.1.0',
version: '3.2.0',

options: {
color: null, // example:'#31859B'
Expand Down
Loading

0 comments on commit 021f693

Please sign in to comment.