diff --git a/README.md b/README.md index 0a8ade4d..dc12d3f0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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.3.0-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer) +[![Version](http://img.shields.io/badge/version-0.3.1-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer) **:clapper: Live Demo:** [http://satellizer.herokuapp.com](http://satellizer.herokuapp.com) diff --git a/bower.json b/bower.json index c3082f79..20693c8f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "satellizer", - "version": "0.3.0", + "version": "0.3.1", "main": "satellizer.js", "homepage": "https://github.com/sahat/satellizer", "ignore": [ diff --git a/package.json b/package.json index 088101c9..33619e19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "satellizer", "description": "Token-based AngularJS Authentication", - "version": "0.3.0", + "version": "0.3.1", "scripts": { "start": "node ./examples/server/node/server.js", "test": "karma start"