Skip to content

Commit

Permalink
bump version 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heldr committed Jan 30, 2014
1 parent d139641 commit 5a4cb16
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
7 changes: 6 additions & 1 deletion boilerplate.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"name": "Addy Osmani",
"email": "addyosmani@gmail.com",
"url": "https://github.com/addyosmani"
}
},
{
"name": "Helder Santana",
"email": "heldr@me.com",
"url": "https://github.com/heldr"
}
],
"licenses": [
{
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-boilerplate",
"version": "3.3.1",
"version": "3.3.2",
"homepage": "http://jqueryboilerplate.com",
"authors": [
"Zeno Rocha <hi@zenorocha.com>"
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "jquery-boilerplate",
"title": "jQuery Boilerplate",
"description": "A jump-start for jQuery plugins development.",
"author": "Zeno Rocha",
"repository": {
"type" : "git",
"url" : "http://github.com/jquery-boilerplate/jquery-boilerplate.git"
},
"homepage": "https://github.com/jquery-boilerplate/jquery-boilerplate/",
"version": "3.3.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-coffee": "~0.7.0"
},
"scripts": {
"test": "grunt travis --verbose"
}
"name": "jquery-boilerplate",
"title": "jQuery Boilerplate",
"description": "A jump-start for jQuery plugins development.",
"author": "Zeno Rocha",
"repository": {
"type": "git",
"url": "http://github.com/jquery-boilerplate/jquery-boilerplate.git"
},
"homepage": "https://github.com/jquery-boilerplate/jquery-boilerplate/",
"version": "3.3.2",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-coffee": "~0.9.0"
},
"scripts": {
"test": "grunt travis --verbose"
}
}

0 comments on commit 5a4cb16

Please sign in to comment.