Skip to content

Commit

Permalink
version bump. added dist dir for bower and node
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Jan 9, 2014
1 parent 0d5e7ed commit b925f2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.2.0)**
Current Version: **[0.2.1](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.2.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.2.0",
"version": "0.2.1",
"homepage": "https://github.com/amkirwan/ember-oauth2",
"authors": [
"Anthony Kirwan <amkirwan@gmail.com>"
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.2.0",
"version": "0.2.1",
"description": "OAuth2 library for Emberjs that stores tokens in the browsers localStorage",
"main": "dist/ember-oauth2.js",
"repository": {
Expand Down

0 comments on commit b925f2e

Please sign in to comment.