Skip to content

Commit

Permalink
New Build
Browse files Browse the repository at this point in the history
  • Loading branch information
bseth99 committed Mar 13, 2014
1 parent bfb9486 commit 22a3d82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-oauth-js",
"version": "0.0.3",
"version": "0.0.4",
"ignore": [
"src",
"tests",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "SimpleOAuth",
"title": "Simply builds OAuth 1.0 headers",
"description": "Helper library for constructing the required authorization header for OAuth protected services",
"version": "0.0.3",
"version": "0.0.4",
"author": {
"name": "Ben Olson",
"url": "http:https://bseth99.github.com/"
Expand Down
2 changes: 1 addition & 1 deletion simple-oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
value='';

if (keyToken[1]) {
value=decodeURIComponent(keyToken[1]);
value=decodeURIComponent(keyToken[1].replace('+', ' '));
}

if(result[keyToken[0]]) {
Expand Down
2 changes: 1 addition & 1 deletion simple-oauth.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22a3d82

Please sign in to comment.