Skip to content

Commit

Permalink
bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jan 12, 2014
1 parent ef76721 commit b373dad
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
@@ -1,5 +1,5 @@
/**
* Backbone-Nested 1.1.2 - An extension of Backbone.js that keeps track of nested attributes
* Backbone-Nested 2.0.0 - 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
@@ -1,6 +1,6 @@
{
"name": "backbone-nested-model",
"version": "1.1.2",
"version": "2.0.0",
"dependencies": {
"backbone": ">=0.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "backbone-nested",
"version": "1.1.2",
"version": "2.0.0",
"description": "A plugin to make Backbone.js keep track of nested attributes.",
"scripts": {
"install": "bower install",
Expand Down

0 comments on commit b373dad

Please sign in to comment.