Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Jul 18, 2013
1 parent 1403803 commit 6877f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/colorjoe.js
Expand Up @@ -9,7 +9,7 @@
root.colorjoe = factory(root.one.color); root.colorjoe = factory(root.one.color);
} }
}(this, function(onecolor) { }(this, function(onecolor) {
/*! colorjoe - v0.9.0 - Juho Vepsalainen <bebraw@gmail.com> - MIT /*! colorjoe - v0.9.1 - Juho Vepsalainen <bebraw@gmail.com> - MIT
https://bebraw.github.com/colorjoe - 2013-07-18 */ https://bebraw.github.com/colorjoe - 2013-07-18 */
/*! dragjs - v0.4.0 - Juho Vepsalainen <bebraw@gmail.com> - MIT /*! dragjs - v0.4.0 - Juho Vepsalainen <bebraw@gmail.com> - MIT
https://bebraw.github.com/dragjs - 2013-07-17 */ https://bebraw.github.com/dragjs - 2013-07-17 */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "colorjoe", "name": "colorjoe",
"description": "Scaleable color picker", "description": "Scaleable color picker",
"author": "Juho Vepsalainen <bebraw@gmail.com>", "author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.9.0", "version": "0.9.1",
"dependencies": { "dependencies": {
"dragjs": "0.4.1", "dragjs": "0.4.1",
"grunt": "0.4.1", "grunt": "0.4.1",
Expand Down

0 comments on commit 6877f30

Please sign in to comment.