Skip to content

Commit

Permalink
bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jul 27, 2015
1 parent 85030d2 commit 9078583
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.3 - An extension of Backbone.js that keeps track of nested attributes
* Backbone-Nested 2.0.4 - 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.3",
"version": "2.0.4",
"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.3",
"version": "2.0.4",
"description": "A plugin to make Backbone.js keep track of nested attributes.",
"scripts": {
"test": "bower install; grunt"
Expand Down

0 comments on commit 9078583

Please sign in to comment.