Skip to content

Commit

Permalink
Cut 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
theironcook committed Jun 1, 2015
1 parent eb2ee17 commit f490f9e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Backbone.CollectionBinder.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Backbone.CollectionBinder v1.0.6
// (c) 2014 Bart Wood
// Backbone.CollectionBinder v1.1.0
// (c) 2015 Bart Wood
// Distributed Under MIT License

(function (factory) {
Expand Down Expand Up @@ -48,7 +48,7 @@
Backbone.CollectionBinder.options = options;
};

Backbone.CollectionBinder.VERSION = '1.0.6';
Backbone.CollectionBinder.VERSION = '1.1.0';

_.extend(Backbone.CollectionBinder.prototype, Backbone.Events, {
bind: function(collection, parentEl){
Expand Down
6 changes: 3 additions & 3 deletions Backbone.CollectionBinder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Backbone.ModelBinder.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Backbone.ModelBinder v1.0.6
// (c) 2013 Bart Wood
// Backbone.ModelBinder v1.1.0
// (c) 2015 Bart Wood
// Distributed Under MIT License

(function (factory) {
Expand Down Expand Up @@ -33,7 +33,7 @@
};

// Current version of the library.
Backbone.ModelBinder.VERSION = '1.0.6';
Backbone.ModelBinder.VERSION = '1.1.0';
Backbone.ModelBinder.Constants = {};
Backbone.ModelBinder.Constants.ModelToView = 'ModelToView';
Backbone.ModelBinder.Constants.ViewToModel = 'ViewToModel';
Expand Down
Loading

0 comments on commit f490f9e

Please sign in to comment.