Skip to content

Commit

Permalink
release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 9, 2018
1 parent 6dc8d37 commit f4bcb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ or with yarn
or you can add the npm package to your package.json

```typescript
"angular-auth-oidc-client": "8.0.1"
"angular-auth-oidc-client": "8.0.2"
```

and type
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-auth-oidc-client",
"private": true,
"version": "8.0.1",
"version": "8.0.2",
"description": "An OpenID Connect Implicit Flow client for Angular",
"main": "./bundles/angular-auth-oidc-client.umd.js",
"module": "./fesm5/angular-auth-oidc-client.js",
Expand Down

0 comments on commit f4bcb54

Please sign in to comment.