From 259e1ad91ce2453e9ad77501ebead4d4386b0274 Mon Sep 17 00:00:00 2001 From: Alok Menghrajani Date: Tue, 6 Sep 2016 14:46:37 -0700 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81988e0..bcdc202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jose-jwe-jws", - "version": "0.1.0", + "version": "0.1.1", "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",