diff --git a/README.md b/README.md
index 9eaf55b2..b01e6aa6 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Backbone-relational depends on [backbone](https://github.com/documentcloud/backb
```
-Backbone-relational has been tested with Backbone 0.9.2 (or newer) and Underscore 1.3.1 (or newer).
+Backbone-relational has been tested with Backbone 0.9.9 (or newer) and Underscore 1.4.2 (or newer).
## Backbone.Relation options
diff --git a/backbone-relational.js b/backbone-relational.js
index d3e46369..e72130d3 100755
--- a/backbone-relational.js
+++ b/backbone-relational.js
@@ -1,7 +1,7 @@
/* vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab */
/**
- * Backbone-relational.js 0.6.0
- * (c) 2011 Paul Uithol
+ * Backbone-relational.js 0.7.0
+ * (c) 2011-2013 Paul Uithol
*
* Backbone-relational may be freely distributed under the MIT license; see the accompanying LICENSE.txt.
* For details and documentation: https://github.com/PaulUithol/Backbone-relational.
diff --git a/package.json b/package.json
index bfb6da78..2d0009de 100644
--- a/package.json
+++ b/package.json
@@ -6,10 +6,10 @@
"author" : "Paul Uithol ",
"contributors" : "Listed at ",
"dependencies" : {
- "underscore": ">=1.3.1",
- "backbone": ">=0.9.2"
+ "underscore": ">=1.4.2",
+ "backbone": ">=0.9.9"
},
"lib" : ".",
"main" : "backbone-relational.js",
- "version" : "0.6.0"
+ "version" : "0.7.0"
}