Skip to content

Commit 394300e

Browse files
committed
Release: 0.5.1
1 parent 84e4a6b commit 394300e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) fo
88

99
This creates an OAuth 2.0 Ember object class for handling authentication with OAuth 2.0 providers.
1010

11-
Current Version: **[0.5.0](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.0)**
11+
Current Version: **[0.5.1](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.1)**
1212

1313
## Dependencies
1414

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-oauth2",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"homepage": "https://github.com/amkirwan/ember-oauth2",
55
"authors": [
66
"Anthony Kirwan <amkirwan@gmail.com>"

lib/ember-oauth2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Ember from 'ember';
44
* @overview OAuth2 library for Emberjs that stores tokens in the browsers localStorage
55
* @license Licensed under MIT license
66
* See https://raw.github.com/amkirwan/ember-oauth2/master/LICENSE
7-
* @version 0.5.0
7+
* @version 0.5.1
88
*
99
* @module ember-oauth2
1010
* @class ember-oauth2
@@ -432,7 +432,7 @@ export default Ember.Object.extend(Ember.Evented, {
432432
* @property {String} VERSION
433433
* @final
434434
*/
435-
var VERSION = "0.5.0";
435+
var VERSION = "0.5.1";
436436

437437
/**
438438
* @method version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-oauth2",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "OAuth2 library for Emberjs that stores tokens in the browsers localStorage",
55
"homepage": "https://github.com/amkirwan/ember-ouath2",
66
"main": "dist/ember.oauth2.js",

yuidoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ember.OAuth2",
33
"description": "OAuth2 library for Emberjs that stores tokens in the browsers localStorage",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"url": "https://github.com/amkirwan/ember-oauth2",
66
"options": {
77
"exclude": "node_modules,bower_components,scripts",

0 commit comments

Comments
 (0)