Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jul 19, 2016
1 parent d9c80ff commit 3869606
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ in the app *config* block.
```
```html
<!-- Satellizer CDN -->
<script src="https://cdn.jsdelivr.net/satellizer/0.15.0/satellizer.min.js"></script>
<script src="https://cdn.jsdelivr.net/satellizer/0.15.1/satellizer.min.js"></script>
```

#### <img src="https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg" height="22" align="top"> NPM
Expand Down
13 changes: 6 additions & 7 deletions dist/satellizer.js

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

2 changes: 1 addition & 1 deletion dist/satellizer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/satellizer.min.js

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions examples/client/vendor/satellizer.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,7 +1,7 @@
{
"name": "satellizer",
"description": "Token-based AngularJS Authentication",
"version": "0.15.0",
"version": "0.15.1",
"main": "dist/satellizer.js",
"scripts": {
"start": "supervisor ./examples/server/node/server.js",
Expand Down

0 comments on commit 3869606

Please sign in to comment.