Skip to content

Commit

Permalink
bumped version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Sep 10, 2011
1 parent dda0dd7 commit 296ef58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backbone.memento.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Backbone.Memento v0.1.4
// Backbone.Memento v0.2.0
//
// Copyright (C)2011 Derick Bailey, Muted Solutions, LLC
// Distributed Under MIT Liscene
Expand All @@ -10,7 +10,7 @@
// Backbone.Memento
// ----------------------------
Backbone.Memento = function(model, config){
this.version = "0.1.4";
this.version = "0.2.0";

config = _.extend({
ignore: []
Expand Down

0 comments on commit 296ef58

Please sign in to comment.