Skip to content

Commit 19d4efd

Browse files
committed
bump to v2.0.1
1 parent 1b7aa64 commit 19d4efd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backbone-nested.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Backbone-Nested 2.0.0 - An extension of Backbone.js that keeps track of nested attributes
2+
* Backbone-Nested 2.0.1 - An extension of Backbone.js that keeps track of nested attributes
33
*
44
* http://afeld.github.com/backbone-nested/
55
*

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backbone-nested-model",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"dependencies": {
55
"backbone": ">=0.9.2"
66
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backbone-nested",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A plugin to make Backbone.js keep track of nested attributes.",
55
"scripts": {
66
"install": "bower install",

0 commit comments

Comments
 (0)