Skip to content

Commit 6f0e9cc

Browse files
committed
bump to 2.0.3
1 parent 87f747e commit 6f0e9cc

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.2 - An extension of Backbone.js that keeps track of nested attributes
2+
* Backbone-Nested 2.0.3 - 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.2",
3+
"version": "2.0.3",
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.2",
3+
"version": "2.0.3",
44
"description": "A plugin to make Backbone.js keep track of nested attributes.",
55
"scripts": {
66
"test": "bower install; grunt"

0 commit comments

Comments
 (0)