Skip to content

Commit

Permalink
prep for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Jul 16, 2014
1 parent 3763e50 commit ab37bb4
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.4",
"version": "1.4.0",
"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.4' class="btn btn-primary">Download Zip</a>
<a href='http://github.com/bgrins/spectrum/zipball/1.4.0' 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.4",
"version": "1.4.0",
"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.4
Spectrum Colorpicker v1.4.0
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.4",
"version": "1.4.0",
"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.4
// Spectrum Colorpicker v1.4.0
// https://github.com/bgrins/spectrum
// Author: Brian Grinstead
// License: MIT
Expand Down

0 comments on commit ab37bb4

Please sign in to comment.