Skip to content

Commit 66cfd3b

Browse files
committed
Release: 0.4.0
1 parent dd5a671 commit 66cfd3b

File tree

7 files changed

+448
-6
lines changed

7 files changed

+448
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) fo
88

99
This creates an OAuth 2.0 Ember object class for handling authentication with OAuth 2.0 providers.
1010

11-
Current Version: **[0.3.3](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.3.3)**
11+
Current Version: **[0.4.0](https://github.com/amkirwan/ember-oauth2/releases/tag/v0.4.0)**
1212

1313
## Dependencies
1414

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-oauth2",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"homepage": "https://github.com/amkirwan/ember-oauth2",
55
"authors": [
66
"Anthony Kirwan <amkirwan@gmail.com>"

0 commit comments

Comments
 (0)