Skip to content

Commit 0c0a560

Browse files
committed
v0.12.3
1 parent 1dbdcb1 commit 0c0a560

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
@@ -7,7 +7,7 @@
77
[![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)
88
[![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer)
99
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
10-
[![Version](http://img.shields.io/badge/version-0.12.2-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
10+
[![Version](http://img.shields.io/badge/version-0.12.3-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
1111

1212
**Live Demo:** [https://satellizer.herokuapp.com](https://satellizer.herokuapp.com)
1313

@@ -53,7 +53,7 @@ Alternatively, you may [download](https://github.com/sahat/satellizer/releases)
5353
<!--[if lte IE 9]>
5454
<script src="//cdnjs.cloudflare.com/ajax/libs/Base64/0.3.0/base64.min.js"></script>
5555
<![endif]-->
56-
<script src="//cdn.jsdelivr.net/satellizer/0.12.2/satellizer.min.js"></script>
56+
<script src="//cdn.jsdelivr.net/satellizer/0.12.3/satellizer.min.js"></script>
5757
```
5858

5959
**Note:** Sattelizer uses [`window.atob()`](https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/atob) for decoding JSON Web Tokens. If you need to support *Internet Explorer 9*, 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.2",
4+
"version": "0.12.3",
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.2
2+
* Satellizer 0.12.3
33
* (c) 2015 Sahat Yalkabov
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)