Skip to content

Commit

Permalink
0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jul 21, 2016
1 parent 035dbf9 commit 209c894
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 @@ -54,7 +54,7 @@ in the app *config* block.
```
```html
<!-- Satellizer CDN -->
<script src="https://cdn.jsdelivr.net/satellizer/0.15.1/satellizer.min.js"></script>
<script src="https://cdn.jsdelivr.net/satellizer/0.15.2/satellizer.min.js"></script>
```

#### <img src="https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg" height="22" align="top"> NPM
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": "satellizer",
"description": "Token-based AngularJS Authentication",
"version": "0.15.1",
"version": "0.15.2",
"main": "dist/satellizer.js",
"scripts": {
"start": "supervisor ./examples/server/node/server.js",
Expand Down

0 comments on commit 209c894

Please sign in to comment.