Skip to content

Commit

Permalink
Version 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Giulieri committed Nov 29, 2014
1 parent 48aef84 commit da29adc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "2.2.4",
"version": "3.0.0",
"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 js/evol.colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol.colorpicker 2.2.4
evol.colorpicker 3.0.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: '2.2.4',
version: '3.0.0',

options: {
color: null, // example:'#31859B'
Expand Down
4 changes: 2 additions & 2 deletions js/evol.colorpicker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol.colorpicker",
"version": "2.2.4",
"version": "3.0.0",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2014 Olivier Giulieri",
"homepage": "https://github.com/evoluteur/colorpicker",
Expand Down

0 comments on commit da29adc

Please sign in to comment.