Skip to content

Commit 3f5447f

Browse files
committed
Merge branch 'develop'
2 parents b7057b2 + 4889e19 commit 3f5447f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth-js",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "dist/oauth.min.js",
55
"description": "OAuth that just works",
66
"license": "apache2",

dist/oauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module.exports = {
33
oauthd_url: "https://oauth.io",
44
oauthd_api: "https://oauth.io/api",
5-
version: "web-0.2.1",
5+
version: "web-0.2.2",
66
options: {}
77
};
88

0 commit comments

Comments
 (0)