Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Aug 11, 2011
1 parent 63852c7 commit 3c055da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backbone.modelbinding.js
@@ -1,4 +1,4 @@
// Backbone.ModelBinding v0.2.1
// Backbone.ModelBinding v0.2.2
//
// Copyright (C)2011 Derick Bailey, Muted Solutions, LLC
// Distributed Under MIT Liscene
Expand All @@ -23,7 +23,7 @@ Backbone.ModelBinding = (function(){
}

return {
version: "0.2.1",
version: "0.2.2",

call: function(view, options){
Backbone.ModelBinding.Configuration.configureBindingAttributes(options);
Expand Down

0 comments on commit 3c055da

Please sign in to comment.