Skip to content

Commit

Permalink
Release: 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Oct 22, 2014
1 parent 9b0b69f commit 01a1247
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog Ember-OAuth2

## v0.5.3
- Can now use window.EmberENV for config along with window.ENV.
- Fixed issue where mini files had wrong version header.
- Better error reporting when configuration file is not formatted correctly.
## v0.5.2
- Update Ember dependeny to 1.7
- Moved bower install dependences from vendor to bower_components
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.2](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.2)**
Current Version: **[0.5.3](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.3)**

## Dependencies

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.2",
"version": "0.5.3",
"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.2
* @version 0.5.3
*
* @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.2";
var VERSION = "0.5.3";

/**
* @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.2
* @version 0.5.3
*
* @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.2";
var VERSION = "0.5.3";

/**
* @method version
Expand Down
Loading

0 comments on commit 01a1247

Please sign in to comment.