Skip to content

Commit caca0bc

Browse files
committed
v0.13.0
1 parent f2f3c0b commit caca0bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Join the chat at https://gitter.im/sahat/satellizer](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sahat/satellizer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66
[![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer)
77
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
8-
[![Version](http://img.shields.io/badge/version-0.12.5-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
8+
[![Version](http://img.shields.io/badge/version-0.13.0-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
99

1010
**Live Demo:** [https://satellizer.herokuapp.com](https://satellizer.herokuapp.com)
1111

@@ -51,7 +51,7 @@ Alternatively, you may [**download**](https://github.com/sahat/satellizer/releas
5151
<!--[if lte IE 9]>
5252
<script src="//cdnjs.cloudflare.com/ajax/libs/Base64/0.3.0/base64.min.js"></script>
5353
<![endif]-->
54-
<script src="//cdn.jsdelivr.net/satellizer/0.12.5/satellizer.min.js"></script>
54+
<script src="//cdn.jsdelivr.net/satellizer/0.13.0/satellizer.min.js"></script>
5555
```
5656

5757
**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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "satellizer",
33
"description": "Token-based AngularJS Authentication",
4-
"version": "0.12.5",
4+
"version": "0.13.0",
55
"scripts": {
66
"start": "node ./examples/server/node/server.js",
77
"test": "karma start"

satellizer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Satellizer 0.12.5
2+
* Satellizer 0.13.0
33
* (c) 2015 Sahat Yalkabov
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)