From a4aae8647d9e39db2f2cbddb1790fbbd0cf942eb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 Apr 2019 23:45:12 -0600 Subject: [PATCH] v3.0.2: update links --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cd32b3..df55229 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [greenlock-store-fs](https://git.coolaj86.com/coolaj86/greenlock-store-fs.js) | A [Root](https://rootprojects.org) project +# [greenlock-store-fs](https://git.rootprojects.org/root/greenlock-store-fs.js) | A [Root](https://rootprojects.org) project A keypair and certificate storage strategy for Greenlock v2.7+ (and v3). The (much simpler) successor to le-store-certbot. diff --git a/package.json b/package.json index 2f78a61..2254956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlock-store-fs", - "version": "3.0.1", + "version": "3.0.2", "description": "A file-based certificate store for greenlock that supports wildcards.", "homepage": "https://git.rootprojects.org/root/greenlock-store-fs.js", "main": "index.js",