From d3b459aaf581a6f03c41456c066aa7247e56f765 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Nov 2018 12:44:06 -0700 Subject: [PATCH] v1.0.3: update README --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0643c33..cc4305e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ This project is fully functional and tested (and the code is pretty clean). It is considered to be complete, but if you find a bug please open an issue. +## Looking for ECDSA as well? + +Check out [Eckles.js](https://git.coolaj86.com/coolaj86/eckles.js) + ## PEM-to-JWK * [x] PKCS#1 (traditional) diff --git a/package.json b/package.json index bbb5ed6..9f83542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rasha", - "version": "1.0.2", + "version": "1.0.3", "description": "💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.", "homepage": "https://git.coolaj86.com/coolaj86/rasha.js", "main": "index.js",