Skip to content

Commit 8f03e6f

Browse files
committed
v0.3.2
1 parent 67b947b commit 8f03e6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer)
66
[![Code Climate](http://img.shields.io/codeclimate/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
77
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
8-
[![Version](http://img.shields.io/badge/version-0.3.1-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
8+
[![Version](http://img.shields.io/badge/version-0.3.2-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
99

1010
**:clapper: Live Demo:** [http://satellizer.herokuapp.com](http://satellizer.herokuapp.com)
1111

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "satellizer",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"main": "satellizer.js",
55
"homepage": "https://github.com/sahat/satellizer",
66
"ignore": [

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.3.1",
4+
"version": "0.3.2",
55
"scripts": {
66
"start": "node ./examples/server/node/server.js",
77
"test": "karma start"

0 commit comments

Comments
 (0)