Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Dec 15, 2015
1 parent 962eab5 commit b850ee7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Alternatively, you may [**download**](https://github.com/sahat/satellizer/releas
<!--[if lte IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/Base64/0.3.0/base64.min.js"></script>
<![endif]-->
<script src="//cdn.jsdelivr.net/satellizer/0.13.1/satellizer.min.js"></script>
<script src="//cdn.jsdelivr.net/satellizer/0.13.2/satellizer.min.js"></script>
```

**Note:** Sattelizer depends on [`window.atob()`](https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/atob) for decoding JSON Web Tokens. If you need to support *IE9* then use Base64 polyfill above.
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var pkg = require('./package.json');

var banner = ['/**',
' * Satellizer <%= pkg.version %>',
' * (c) 2014-2015 <%= pkg.author.name %>',
' * (c) 2015 <%= pkg.author.name %>',
' * License: <%= pkg.license %>',
' */',
''].join('\n');
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.13.1",
"version": "0.13.2",
"scripts": {
"start": "node ./examples/server/node/server.js",
"test": "karma start"
Expand Down
2 changes: 1 addition & 1 deletion satellizer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Satellizer 0.13.1
* Satellizer 0.13.2
* (c) 2015 Sahat Yalkabov
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion satellizer.min.js

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

0 comments on commit b850ee7

Please sign in to comment.