Skip to content

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jan 23, 2015
1 parent 314e323 commit dc4699c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -46,7 +46,7 @@ npm install satellizer
or use the CDN:

```html
<script src="//cdn.jsdelivr.net/satellizer/0.8.8/satellizer.min.js"></script>
<script src="//cdn.jsdelivr.net/satellizer/0.9.0/satellizer.min.js"></script>
```

## Usage
Expand Down Expand Up @@ -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
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.8.8",
"version": "0.9.0",
"main": "satellizer.js",
"homepage": "https://github.com/sahat/satellizer",
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions examples/client/vendor/satellizer.js
Original file line number Diff line number Diff line change
@@ -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) {
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.8.8",
"version": "0.9.0",
"scripts": {
"start": "node ./examples/server/node/server.js",
"test": "karma start"
Expand Down
4 changes: 2 additions & 2 deletions satellizer.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion satellizer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc4699c

Please sign in to comment.