diff --git a/README.md b/README.md index a9bd4cbe..ac3c5056 100644 --- a/README.md +++ b/README.md @@ -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) @@ -52,7 +52,7 @@ or use the CDN: - + ``` **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. diff --git a/bower.json b/bower.json index d481d212..8337ca23 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "satellizer", - "version": "0.10.1", + "version": "0.11.0", "main": "satellizer.js", "homepage": "https://github.com/sahat/satellizer", "ignore": [ diff --git a/package.json b/package.json index 3ebcb38d..55a4a80e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/satellizer.js b/satellizer.js index 08b2a2a9..c52bc409 100644 --- a/satellizer.js +++ b/satellizer.js @@ -1,5 +1,5 @@ /** - * Satellizer 0.10.1 + * Satellizer 0.11.0 * (c) 2015 Sahat Yalkabov * License: MIT */