From 977de24648c37d53be335b6b3b4d73ef7feb184a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 4 Sep 2019 00:11:48 -0600 Subject: [PATCH] v2.8.6: add EoL notice --- README.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36ed85d..6abb86b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Do you rely on Greenlock.js? + +Hey! Let's Encrypt will **STOP WORKING** with Greenlock and ACME.js at the end of Oct 2019. +**WITHOUT YOUR HELP** we won't get the next release out in time. + +If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life, +or you just love it, please reach out to return the favor today: + +[**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): + !["Greenlock Logo"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/greenlock-1063x250.png 'Greenlock lock logo and work mark') !["Greenlock Function"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/from-not-secure-to-secure-url-bar.png 'from url bar showing not secure to url bar showing secure') diff --git a/package-lock.json b/package-lock.json index 7893d41..af8f12a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "greenlock", - "version": "2.8.5", + "version": "2.8.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd1dd21..68ec671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlock", - "version": "2.8.5", + "version": "2.8.6", "description": "Greenlock is Let's Encrypt (ACME) client for node.js", "homepage": "https://greenlock.domains/", "main": "index.js", @@ -25,7 +25,7 @@ "tls", "https" ], - "author": "AJ ONeal (https://solderjs.com/)", + "author": "AJ ONeal (https://solderjs.com/)", "license": "MPL-2.0", "bugs": { "url": "https://git.rootprojects.org/root/greenlock.js/issues"