Skip to content

Commit

Permalink
Resolving issue 140
Browse files Browse the repository at this point in the history
  • Loading branch information
theironcook committed Aug 19, 2013
1 parent 9d9e33b commit 7837d84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Backbone.ModelBinder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Backbone.ModelBinder v1.0.3
// Backbone.ModelBinder v1.0.4
// (c) 2013 Bart Wood
// Distributed Under MIT License

Expand Down Expand Up @@ -26,7 +26,7 @@
};

// Current version of the library.
Backbone.ModelBinder.VERSION = '1.0.3';
Backbone.ModelBinder.VERSION = '1.0.4';
Backbone.ModelBinder.Constants = {};
Backbone.ModelBinder.Constants.ModelToView = 'ModelToView';
Backbone.ModelBinder.Constants.ViewToModel = 'ViewToModel';
Expand Down
2 changes: 1 addition & 1 deletion Backbone.ModelBinder.min.js

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ If you define a converter, you might want to pay attention to the converter's 5t
<br>

## Release Notes / Versions
### v 1.0.3 August 19, 2013
### v 1.0.4 August 19, 2013
* Fixed the _.bindAll function calls to specify the function names being bound to.
* Added the ability to add a global converter via Backbone.ModelBinder.SetOptions({converter: xxx});

Expand Down

0 comments on commit 7837d84

Please sign in to comment.