We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7057b2 + 4889e19 commit 3f5447fCopy full SHA for 3f5447f
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oauth-js",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"main": "dist/oauth.min.js",
5
"description": "OAuth that just works",
6
"license": "apache2",
dist/oauth.js
@@ -2,7 +2,7 @@
module.exports = {
oauthd_url: "https://oauth.io",
oauthd_api: "https://oauth.io/api",
- version: "web-0.2.1",
+ version: "web-0.2.2",
options: {}
7
};
8
0 commit comments