Skip to content

Commit

Permalink
updated patch version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Jan 12, 2014
1 parent ffd5069 commit a132c65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.1](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.2.1)**
Current Version: **[0.2.2](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.2.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.2.1",
"version": "0.2.2",
"homepage": "https://github.com/amkirwan/ember-oauth2",
"authors": [
"Anthony Kirwan <amkirwan@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/ember.oauth2.min.js

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

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.2.1",
"version": "0.2.2",
"description": "OAuth2 library for Emberjs that stores tokens in the browsers localStorage",
"main": "dist/ember-oauth2.js",
"repository": {
Expand Down

0 comments on commit a132c65

Please sign in to comment.