Skip to content

Commit

Permalink
Release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Apr 3, 2014
1 parent be7bae6 commit d4030e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.3.0](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.3.0)**
Current Version: **[0.3.1](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.3.1)**

## 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.3.0",
"version": "0.3.1",
"homepage": "https://github.com/amkirwan/ember-oauth2",
"authors": [
"Anthony Kirwan <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-oauth2",
"version": "0.3.0",
"version": "0.3.1",
"description": "OAuth2 library for Emberjs that stores tokens in the browsers localStorage",
"homepage": "https://github.com/amkirwan/ember-ouath2",
"main": "dist/ember-oauth2.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ember.oauth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
* @property {String} VERSION
* @final
*/
var VERSION = "0.3.0";
var VERSION = "0.3.1";
/**
* @method version
* @static
Expand Down
2 changes: 1 addition & 1 deletion yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ember.OAuth2",
"description": "OAuth2 library for Emberjs that stores tokens in the browsers localStorage",
"version": "0.3.0",
"version": "0.3.1",
"url": "https://github.com/amkirwan/ember-oauth2",
"options": {
"exclude": "node_modules,bower_components,scripts",
Expand Down

0 comments on commit d4030e6

Please sign in to comment.