Skip to content

Commit

Permalink
Backbone.js 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jul 5, 2011
1 parent d2e79e5 commit 36dddfb
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 27 deletions.
4 changes: 2 additions & 2 deletions backbone.js
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
// Backbone.js 0.5.0 // Backbone.js 0.5.1
// (c) 2010 Jeremy Ashkenas, DocumentCloud Inc. // (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license. // Backbone may be freely distributed under the MIT license.
// For all details and documentation: // For all details and documentation:
Expand All @@ -25,7 +25,7 @@
} }


// Current version of the library. Keep in sync with `package.json`. // Current version of the library. Keep in sync with `package.json`.
Backbone.VERSION = '0.5.0'; Backbone.VERSION = '0.5.1';


// Require Underscore, if we're on the server, and it's not already present. // Require Underscore, if we're on the server, and it's not already present.
var _ = root._; var _ = root._;
Expand Down
Loading

0 comments on commit 36dddfb

Please sign in to comment.