From 52c97733b7a89cd10037c67f338c8fd0223a52ae Mon Sep 17 00:00:00 2001 From: Andrew Balmos Date: Wed, 17 Dec 2014 02:16:07 -0500 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b0733e..4e7ab2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsa-pem-to-jwk", - "version": "1.0.0", + "version": "1.1.0", "description": "Converts PEM encoded RSA public and private keys to the JWK (JSON Web Key) format.", "main": "rsa-pem-to-jwk.js", "scripts": {