Skip to content

Commit 9fe9e8c

Browse files
committed
prep for 1.6.0
1 parent cb07152 commit 9fe9e8c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bower.json

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

index.html

Lines changed: 1 addition & 1 deletion
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.5.2' class="btn btn-primary">Download Zip</a>
22+
<a href='http://github.com/bgrins/spectrum/zipball/1.6.0' 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectrum",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://bgrins.github.com/spectrum"

spectrum.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***
2-
Spectrum Colorpicker v1.5.2
2+
Spectrum Colorpicker v1.6.0
33
https://github.com/bgrins/spectrum
44
Author: Brian Grinstead
55
License: MIT

spectrum.jquery.json

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

spectrum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Spectrum Colorpicker v1.5.2
1+
// Spectrum Colorpicker v1.6.0
22
// https://github.com/bgrins/spectrum
33
// Author: Brian Grinstead
44
// License: MIT

0 commit comments

Comments
 (0)