Skip to content

Commit

Permalink
bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Jun 12, 2013
1 parent 012d1fb commit 2c2010c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectrum",
"version": "1.1.0",
"version": "1.1.1",
"main": ["./spectrum.css", "./spectrum.js"],
"docs": "http://bgrins.github.com/spectrum",
"homepage": "http://bgrins.github.com/spectrum",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div id='header'>
<h1><a href='http://bgrins.github.com/spectrum'>Spectrum</a></h1> <h2><em>The No Hassle jQuery Colorpicker</em></h2>
<div id='links'>
<a href='http://github.com/bgrins/spectrum/zipball/1.1.0' class="btn btn-primary">Download Zip</a>
<a href='http://github.com/bgrins/spectrum/zipball/1.1.1' class="btn btn-primary">Download Zip</a>
View the <a href='http://github.com/bgrins/spectrum'>Source code</a>.
Spectrum is a project by <a href='http://twitter.com/bgrins'>@bgrins</a>.
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectrum",
"version": "1.1.0",
"version": "1.1.1",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion spectrum.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***
Spectrum Colorpicker v1.1.0
Spectrum Colorpicker v1.1.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion spectrum.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectrum",
"version": "1.1.0",
"version": "1.1.1",
"title": "Spectrum Colorpicker",
"description": "The No Hassle jQuery Colorpicker",
"docs": "http://bgrins.github.com/spectrum",
Expand Down
4 changes: 2 additions & 2 deletions spectrum.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Spectrum Colorpicker v1.1.0
// Spectrum Colorpicker v1.1.1
// https://github.com/bgrins/spectrum
// Author: Brian Grinstead
// License: MIT
Expand Down Expand Up @@ -333,7 +333,7 @@
if (setValue) {
currentValue = parseFloat((dragHeight - dragY) / dragHeight);
}

move();

}, dragStart, dragStop);
Expand Down

0 comments on commit 2c2010c

Please sign in to comment.