Skip to content

Commit

Permalink
Upped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
wieringen committed Jan 20, 2015
1 parent 7258e3f commit 2f73628
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 9 deletions.
39 changes: 32 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinycolorpicker",
"version": "0.1.0",
"version": "0.9.0",
"description": "A lightweight cross browser jQuery based colorpicker.",
"main": "lib/jquery.tinycolorpicker.js",
"ignore": [
Expand All @@ -14,14 +14,39 @@
"jquery": "~1.5.0"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-copy": "~0.4.1",
"baijs": "latest",
"chai": "~1.8.1",
"coveralls": "^2.11.2",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-text-replace": "~0.3.9",
"grunt-contrib-compress": "~0.5.2",
"grunt-ftp-deploy": "~0.1.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"baijs": "latest"
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-yuidoc": "^0.6.0",
"grunt-ftp-deploy": "~0.1.1",
"grunt-karma": "0.8.0",
"grunt-processhtml": "^0.3.6",
"grunt-text-replace": "~0.3.9",
"iectrl": "0.0.3",
"karma": "~0.12.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chai-sinon": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-coverage": "~0.1.3",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-htmlfile-reporter": "~0.1.0",
"karma-ie-launcher": "~0.1.1",
"karma-ievms": "0.0.4",
"karma-jquery": "^0.1.0",
"karma-junit-reporter": "~0.2.1",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"mocha": "~1.15.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinycolorpicker",
"version": "0.1.0",
"version": "0.9.0",
"description": "A lightweight cross browser jQuery based colorpicker.",
"homepage": "http://www.baijs.com/tinycolorpicker",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tinycolorpicker.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tinycolorpicker",
"title": "Tiny Colorpicker",
"version": "0.1.0",
"version": "0.9.0",
"description": "A lightweight cross browser jQuery based colorpicker.",
"homepage": "http://www.baijs.com/tinycolorpicker",
"repository": {
Expand Down

0 comments on commit 2f73628

Please sign in to comment.