Skip to content

Commit

Permalink
Release: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Dec 16, 2014
1 parent 40e062d commit 3b5fc03
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog Ember-OAuth2

## v0.5.4
- Added support for versions of Ember >= 1.7
## v0.5.3
- Can now use window.EmberENV for config along with window.ENV.
- Fixed issue where mini files had wrong version header.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) fo

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

Current Version: **[0.5.3](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.3)**
Current Version: **[0.5.4](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.4)**

The EmberCli addon [EmberTokenAuth](https://github.com/amkirwan/ember-token-auth) demonstrates how to use Ember-OAuth2 library for authentication.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-oauth2",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "https://github.com/amkirwan/ember-oauth2",
"authors": [
"Anthony Kirwan <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/ember-oauth2.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define("ember-oauth2",
* @overview OAuth2 library for Emberjs that stores tokens in the browsers localStorage
* @license Licensed under MIT license
* See https://raw.github.com/amkirwan/ember-oauth2/master/LICENSE
* @version 0.5.3
* @version 0.5.4
*
* @module ember-oauth2
* @class ember-oauth2
Expand Down Expand Up @@ -447,7 +447,7 @@ define("ember-oauth2",
* @property {String} VERSION
* @final
*/
var VERSION = "0.5.3";
var VERSION = "0.5.4";

/**
* @method version
Expand Down
4 changes: 2 additions & 2 deletions dist/ember-oauth2.amd.min.js

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

4 changes: 2 additions & 2 deletions dist/ember-oauth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ define("ember-oauth2",
* @overview OAuth2 library for Emberjs that stores tokens in the browsers localStorage
* @license Licensed under MIT license
* See https://raw.github.com/amkirwan/ember-oauth2/master/LICENSE
* @version 0.5.3
* @version 0.5.4
*
* @module ember-oauth2
* @class ember-oauth2
Expand Down Expand Up @@ -559,7 +559,7 @@ define("ember-oauth2",
* @property {String} VERSION
* @final
*/
var VERSION = "0.5.3";
var VERSION = "0.5.4";

/**
* @method version
Expand Down
Loading

0 comments on commit 3b5fc03

Please sign in to comment.