From dc4699c34aa4507918cf138b0642f39bdae70345 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 22 Jan 2015 18:17:51 -0800 Subject: [PATCH] v0.9 --- README.md | 6 +++--- bower.json | 2 +- examples/client/vendor/satellizer.js | 4 ++-- package.json | 2 +- satellizer.js | 4 ++-- satellizer.min.js | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0dae1071..8a3f6b72 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer) [![Code Climate](http://img.shields.io/codeclimate/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/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.8.8-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer) +[![Version](http://img.shields.io/badge/version-0.9.0-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer) **Live Demo:** [https://satellizer.herokuapp.com](https://satellizer.herokuapp.com) @@ -46,7 +46,7 @@ npm install satellizer or use the CDN: ```html - + ``` ## Usage @@ -592,7 +592,7 @@ and [torii](https://github.com/Vestorly/torii) and [angular-oauth](https://githu The MIT License (MIT) -Copyright (c) 2014-2015 Sahat Yalkabov +Copyright (c) 2015 Sahat Yalkabov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/bower.json b/bower.json index cc47ca34..9dd4a579 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "satellizer", - "version": "0.8.8", + "version": "0.9.0", "main": "satellizer.js", "homepage": "https://github.com/sahat/satellizer", "ignore": [ diff --git a/examples/client/vendor/satellizer.js b/examples/client/vendor/satellizer.js index bf240fbf..6d74b4ec 100644 --- a/examples/client/vendor/satellizer.js +++ b/examples/client/vendor/satellizer.js @@ -1,6 +1,6 @@ /** - * Satellizer 0.8.8 - * (c) 2014 Sahat Yalkabov + * Satellizer 0.9.0 + * (c) 2015 Sahat Yalkabov * License: MIT */ (function(window, angular, undefined) { diff --git a/package.json b/package.json index 22abb33f..8c154672 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "satellizer", "description": "Token-based AngularJS Authentication", - "version": "0.8.8", + "version": "0.9.0", "scripts": { "start": "node ./examples/server/node/server.js", "test": "karma start" diff --git a/satellizer.js b/satellizer.js index bf240fbf..6d74b4ec 100644 --- a/satellizer.js +++ b/satellizer.js @@ -1,6 +1,6 @@ /** - * Satellizer 0.8.8 - * (c) 2014 Sahat Yalkabov + * Satellizer 0.9.0 + * (c) 2015 Sahat Yalkabov * License: MIT */ (function(window, angular, undefined) { diff --git a/satellizer.min.js b/satellizer.min.js index bedd1905..f387e4ca 100644 --- a/satellizer.min.js +++ b/satellizer.min.js @@ -1,5 +1,5 @@ /** - * Satellizer 0.8.8 + * Satellizer 0.9.0 * (c) 2014 Sahat Yalkabov * License: MIT */