From 4383c0833fc637c3e6f2a1734904132bffb58d02 Mon Sep 17 00:00:00 2001 From: Paul Dijou Date: Fri, 29 Jan 2016 14:40:59 +0100 Subject: [PATCH] Release 0.1.4 (because failed 0.1.3) --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 6aaa326..1b64481 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jwt-client", "main": "jwt-client.js", - "version": "0.1.3", + "version": "0.1.4", "homepage": "https://github.com/pauldijou/jwt-client", "authors": [ "Paul Dijou (http://pauldijou.fr)" diff --git a/package.json b/package.json index 2faeeab..98ecf77 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.3", + "version": "0.1.4", "author": "Paul Dijou (http://pauldijou.fr)", "license": "Apache 2", "homepage": "https://github.com/pauldijou/jwt-client",