diff --git a/README.md b/README.md
index 47dde99b..02c1becd 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Resources to get you started with Backbone-relational:
### Installation
-Backbone-relational depends on [backbone](https://github.com/documentcloud/backbone) (and thus on [underscore](https://github.com/documentcloud/underscore)). Include Backbone-relational right after Backbone and Underscore:
+Backbone-relational depends on [Backbone](https://github.com/documentcloud/backbone) (and thus on [Underscore](https://github.com/documentcloud/underscore)). Include Backbone-relational right after Backbone and Underscore:
```html
diff --git a/backbone-relational.js b/backbone-relational.js
index fb0036b7..a8892a3e 100755
--- a/backbone-relational.js
+++ b/backbone-relational.js
@@ -1,6 +1,6 @@
/* vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab: */
/**
- * Backbone-relational.js 0.7.0
+ * Backbone-relational.js 0.7.1
* (c) 2011-2013 Paul Uithol and contributors (https://github.com/PaulUithol/Backbone-relational/graphs/contributors)
*
* Backbone-relational may be freely distributed under the MIT license; see the accompanying LICENSE.txt.
diff --git a/package.json b/package.json
index 96082111..bc081acc 100644
--- a/package.json
+++ b/package.json
@@ -11,5 +11,5 @@
},
"lib" : ".",
"main" : "backbone-relational.js",
- "version" : "0.7.0"
+ "version" : "0.7.1"
}