From 3afd8db1993cad0053a37f9e3574b8f2689af006 Mon Sep 17 00:00:00 2001 From: Paul Dijou Date: Mon, 4 May 2015 17:22:06 +0200 Subject: [PATCH] Add Bower and synchronize versions --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f9d4ac8..3a19a04 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jwt-client", "main": "jwt-client.js", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://github.com/pauldijou/jwt-client", "authors": [ "Paul Dijou (http://pauldijou.fr)" diff --git a/package.json b/package.json index 3c4d128..94c8ab5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jwt-client", "description": "Micro service to read, write and save JWT headers", - "version": "0.1.0", + "version": "0.1.1", "author": "Paul Dijou (http://pauldijou.fr)", "license": "Apache 2", "homepage": "https://github.com/pauldijou/jwt-client",