Skip to content

Commit

Permalink
updated readme to mention library versions, and release notes. no cod…
Browse files Browse the repository at this point in the history
…e changes. just version updates for testing purposes
  • Loading branch information
Derick Bailey committed Feb 1, 2012
1 parent ff96549 commit bf70ffd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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.4.1
// Backbone.Memento v0.4.1a
//
// Copyright (C)2011 Derick Bailey, Muted Solutions, LLC
// Distributed Under MIT Liscene
Expand All @@ -13,7 +13,7 @@ Backbone.Memento = (function(Backbone, _){
// Memento: the public API
// ----------------------------
var Memento = function(structure, config){
this.version = "0.4.1";
this.version = "0.4.1a";

config = _.extend({ignore: []}, config);

Expand Down
2 changes: 1 addition & 1 deletion backbone.memento.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Backbone.Memento v0.4.1
// Backbone.Memento v0.4.1a
//
// Copyright (C)2011 Derick Bailey, Muted Solutions, LLC
// Distributed Under MIT Liscene
Expand Down
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ plugin.

### Prerequisites

* Backbone.js v0.4 or higher
* Backbone.js v0.5.3, v0.9.0, or higher

This plugin is built and tested against Backbone v0.5.1 but should run against most
This plugin is built and tested against Backbone v0.9.0 but should run against most
versions of Backbone, as it only uses functionality built into the Backbone structures.
Namely, it uses the `set` and `unset` methods of models and `reset` and `remove` of collections.

Expand Down Expand Up @@ -234,6 +234,13 @@ myModel.get("bar"); // => undefined, as the attribute does not exist
# Release Notes
## v0.4.1a
* No code changes were made. This release is for library upgrades only, for testing purposes
* Updated Backbone to v0.9.0
* Updated Underscore to v1.3.1
* Updated jQuery to v1.7.1
## v0.4.1
* Fixed global scope leak for a variable
Expand Down

0 comments on commit bf70ffd

Please sign in to comment.