Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddo committed Apr 22, 2014
1 parent 81e34e1 commit 5bec6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/hmac-sha1.js"></script>
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/components/enc-base64-min.js"></script>
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": "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"
Expand Down

0 comments on commit 5bec6e0

Please sign in to comment.