Skip to content

Commit

Permalink
Bumped Backbone version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Oct 11, 2013
1 parent 3733904 commit 21016ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ module.exports = function(grunt) {
singleRun: true,
captureTimeout: 7000,
autoWatch: true,
logLevel: "ERROR",

reporters: ["progress", "coverage"],
browsers: ["PhantomJS"],
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"html5-boilerplate": "~4.3.0",
"almond": "~0.2.6",
"lodash": "~2.2.0",
"backbone": "~1.0.0",
"backbone": "~1.1.0",
"jquery": "~2.0.3",
"requirejs": "~2.1.8",
"qunit": "~1.12.0",
Expand Down

0 comments on commit 21016ec

Please sign in to comment.