diff --git a/README.md b/README.md
index 460aeea..7be1e73 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ oauth.toHeader(oauth_data);
$ npm install oauth-1.0a
###Browser
-Download oauth-1.0a.js [here](https://github.com/ddo/oauth-1.0a/blob/v0.0.6/lib/oauth-1.0a.js)
+Download oauth-1.0a.js [here](https://github.com/ddo/oauth-1.0a/blob/v0.0.7/oauth-1.0a.js)
diff --git a/package.json b/package.json
index c6fb443..6a788e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "oauth-1.0a",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "OAuth 1.0a Request Authorization for Node and Browser.",
"scripts": {
"test": "make test"