Skip to content

Commit

Permalink
bump to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Mar 13, 2015
1 parent 13ceba4 commit 7f13f57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backbone-nested.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Backbone-Nested 2.0.1 - An extension of Backbone.js that keeps track of nested attributes
* Backbone-Nested 2.0.2 - An extension of Backbone.js that keeps track of nested attributes
*
* http://afeld.github.com/backbone-nested/
*
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-nested-model",
"version": "2.0.1",
"version": "2.0.2",
"dependencies": {
"backbone": ">=0.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-nested",
"version": "2.0.1",
"version": "2.0.2",
"description": "A plugin to make Backbone.js keep track of nested attributes.",
"scripts": {
"install": "bower install",
Expand Down

0 comments on commit 7f13f57

Please sign in to comment.