Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jun 1, 2015
1 parent f440efb commit 8bdf5b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![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)
[![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer)
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
[![Version](http://img.shields.io/badge/version-0.10.1-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
[![Version](http://img.shields.io/badge/version-0.11.0-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)

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

Expand Down Expand Up @@ -52,7 +52,7 @@ or use the CDN:
<!--[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.10.1/satellizer.min.js"></script>
<script src="//cdn.jsdelivr.net/satellizer/0.11.0/satellizer.min.js"></script>
```

**Note:** Sattelizer uses [window.btoa](https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/btoa) and [window.atob](https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/atob). If you still need to support **IE9**, use the Base64 polyfill above.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satellizer",
"version": "0.10.1",
"version": "0.11.0",
"main": "satellizer.js",
"homepage": "https://github.com/sahat/satellizer",
"ignore": [
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.10.1",
"version": "0.11.0",
"scripts": {
"start": "node ./examples/server/node/server.js",
"postinstall": "gulp copy && gulp php",
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.10.1
* Satellizer 0.11.0
* (c) 2015 Sahat Yalkabov
* License: MIT
*/
Expand Down

0 comments on commit 8bdf5b2

Please sign in to comment.