Skip to content

Commit

Permalink
prep for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Feb 25, 2014
1 parent c1d1b5e commit a0c3faf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectrum",
"version": "1.3.1",
"version": "1.3.2",
"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.3.1' class="btn btn-primary">Download Zip</a>
<a href='http://github.com/bgrins/spectrum/zipball/1.3.2' 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.3.1",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "https://bgrins.github.com/spectrum"
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.3.1
Spectrum Colorpicker v1.3.2
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.3.1",
"version": "1.3.2",
"title": "Spectrum Colorpicker",
"description": "The No Hassle jQuery Colorpicker",
"docs": "http://bgrins.github.com/spectrum",
Expand Down
2 changes: 1 addition & 1 deletion spectrum.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Spectrum Colorpicker v1.3.1
// Spectrum Colorpicker v1.3.2
// https://github.com/bgrins/spectrum
// Author: Brian Grinstead
// License: MIT
Expand Down

0 comments on commit a0c3faf

Please sign in to comment.