Skip to content

Commit

Permalink
Release: 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Oct 21, 2014
1 parent 20ac512 commit 3b0e4fe
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
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.1](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.1)**
Current Version: **[0.5.2](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.5.2)**

## 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.1",
"version": "0.5.2",
"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.1
* @version 0.5.2
*
* @module ember-oauth2
* @class ember-oauth2
Expand Down Expand Up @@ -436,7 +436,7 @@ define("ember-oauth2",
* @property {String} VERSION
* @final
*/
var VERSION = "0.5.1";
var VERSION = "0.5.2";

/**
* @method version
Expand Down
2 changes: 1 addition & 1 deletion 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.1
* @version 0.5.2
*
* @module ember-oauth2
* @class ember-oauth2
Expand Down Expand Up @@ -548,7 +548,7 @@ define("ember-oauth2",
* @property {String} VERSION
* @final
*/
var VERSION = "0.5.1";
var VERSION = "0.5.2";

/**
* @method version
Expand Down
Loading

0 comments on commit 3b0e4fe

Please sign in to comment.