Skip to content

Commit

Permalink
Version 3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Mar 28, 2017
1 parent 02c747d commit d91d7e9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol-colorpicker",
"version": "3.3.0",
"version": "3.3.1",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"homepage": "http://evoluteur.github.io/colorpicker/",
"main": "js/evol-colorpicker.min.js",
Expand All @@ -17,6 +17,7 @@
"widget",
"web",
"input",
"form"
"form",
"jquery-plugin"
]
}
2 changes: 1 addition & 1 deletion css/demo.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.3.0
evol-colorpicker 3.3.1
(c) 2017 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
Expand Down
2 changes: 1 addition & 1 deletion css/evol-colorpicker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.3.0
evol-colorpicker 3.3.1
(c) 2017 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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">
<link href="css/demo.css" rel="stylesheet" />
<link href="css/evol-colorpicker.min.css" rel="stylesheet" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/evol-colorpicker.min.js" type="text/javascript"></script>
</head>
Expand All @@ -24,7 +24,7 @@ <h2 id="github">

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

<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.
<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.

</p>
<p>
Expand Down Expand Up @@ -229,7 +229,7 @@ <h1 id="title">Evol-ColorPicker</h1>

</script>

<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>
<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>

<p>Evol-ColorPicker is released under the <a href="http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md">MIT license</a>.</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.3.0
evol-colorpicker 3.3.1
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.3.0',
version: '3.3.1',

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

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol-colorpicker",
"version": "3.3.0",
"version": "3.3.1",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2017 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
Expand Down Expand Up @@ -34,6 +34,7 @@
"jquery-ui",
"ui",
"web",
"form",
"office",
"jquery-plugin"
],
Expand Down

0 comments on commit d91d7e9

Please sign in to comment.