Skip to content

Commit 2c2010c

Browse files
committed
bump to 1.1.1
1 parent 012d1fb commit 2c2010c

6 files changed

+7
-7
lines changed

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectrum",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": ["./spectrum.css", "./spectrum.js"],
55
"docs": "http://bgrins.github.com/spectrum",
66
"homepage": "http://bgrins.github.com/spectrum",

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div id='header'>
2020
<h1><a href='http://bgrins.github.com/spectrum'>Spectrum</a></h1> <h2><em>The No Hassle jQuery Colorpicker</em></h2>
2121
<div id='links'>
22-
<a href='http://github.com/bgrins/spectrum/zipball/1.1.0' class="btn btn-primary">Download Zip</a>
22+
<a href='http://github.com/bgrins/spectrum/zipball/1.1.1' class="btn btn-primary">Download Zip</a>
2323
View the <a href='http://github.com/bgrins/spectrum'>Source code</a>.
2424
Spectrum is a project by <a href='http://twitter.com/bgrins'>@bgrins</a>.
2525
</div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectrum",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"devDependencies": {
55
"grunt": "~0.4.0",
66
"grunt-contrib-jshint": "~0.4.3",

spectrum.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***
2-
Spectrum Colorpicker v1.1.0
2+
Spectrum Colorpicker v1.1.1
33
https://github.com/bgrins/spectrum
44
Author: Brian Grinstead
55
License: MIT

spectrum.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectrum",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"title": "Spectrum Colorpicker",
55
"description": "The No Hassle jQuery Colorpicker",
66
"docs": "http://bgrins.github.com/spectrum",

spectrum.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Spectrum Colorpicker v1.1.0
1+
// Spectrum Colorpicker v1.1.1
22
// https://github.com/bgrins/spectrum
33
// Author: Brian Grinstead
44
// License: MIT
@@ -333,7 +333,7 @@
333333
if (setValue) {
334334
currentValue = parseFloat((dragHeight - dragY) / dragHeight);
335335
}
336-
336+
337337
move();
338338

339339
}, dragStart, dragStop);

0 commit comments

Comments
 (0)