Skip to content

Commit

Permalink
Bumped version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thedersen committed Oct 1, 2011
1 parent 532b1c6 commit 754020b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backbone.validation.js
@@ -1,4 +1,4 @@
// Backbone.Validation v0.1.0
// Backbone.Validation v0.1.1
//
// Copyright (C)2011 Thomas Pedersen
// Distributed under MIT License
Expand Down Expand Up @@ -97,7 +97,7 @@ Backbone.Validation = (function(Backbone, _) {
};

return {
version: '0.1.0',
version: '0.1.1',

valid: function(view, attr) {
view.$('#' + attr).removeClass('invalid');
Expand Down

0 comments on commit 754020b

Please sign in to comment.