From f68f5f8d0f03b23755c25e9844c1ba14b4f5ff14 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Nov 2018 23:43:24 -0700 Subject: [PATCH] add backlinks (for code and doc mirrors) --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa80a2a..cadf124 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -RSA-CSR.js +[RSA-CSR.js](https://git.coolaj86.com/coolaj86/rsa-csr.js) ========== Sponsored by [Root](https://therootcompany.com), @@ -208,6 +208,7 @@ Hence, all of these projects are MPL-2.0 licensed. Legal ----- +[RSA-CSR.js](https://git.coolaj86.com/coolaj86/rsa-csr.js) | MPL-2.0 | [Terms of Use](https://therootcompany.com/legal/#terms) | [Privacy Policy](https://therootcompany.com/legal/#privacy) diff --git a/package.json b/package.json index 8dbed22..18aed28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsa-csr", - "version": "1.0.2", + "version": "1.0.4", "description": "💯 A focused, zero-dependency library to generate a Certificate Signing Request (CSR) and sign it!", "homepage": "https://git.coolaj86.com/coolaj86/rsa-csr.js", "main": "index.js",