From 1d17b32c68207481cfe1d53be70d406fc3b3898e Mon Sep 17 00:00:00 2001 From: Alok Menghrajani Date: Mon, 16 Oct 2017 10:35:30 -0700 Subject: [PATCH] 0.1.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce4a302..44e7e92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose-jwe-jws", - "version": "0.1.5", + "version": "0.1.6", "description": "Library to encrypt and decrypt data in JSON Web Encryption (JWE) format and to sign data in JSON Web Signature (JWS) format. Leverages Browser's native web crypto API.", "keywords": [ "crypto",