Skip to content

Commit 3902d31

Browse files
committed
bumped version to 0.5.2
1 parent ab1864d commit 3902d31

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.5.1",
3+
"version": "0.5.2",
44
"main": "dist/oauth.min.js",
55
"description": "OAuth that just works",
66
"license": "Apache-2.0",

dist/oauth.js

Lines changed: 2 additions & 2 deletions
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.5.1",
5+
version: "web-0.5.2",
66
options: {}
77
};
88

@@ -1467,7 +1467,7 @@ module.exports = {
14671467
* Released under the MIT license
14681468
* http://jquery.org/license
14691469
*
1470-
* Date: 2014-09-24T13:40Z
1470+
* Date: 2015-10-12T19:37Z
14711471
*/
14721472

14731473
(function( global, factory ) {

dist/oauth.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)