From c3a258b9bc3a81065e89be3beb7d38282f4508ac Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 19 Oct 2019 06:11:38 -0600 Subject: [PATCH] v1.3.5: Notify of upcoming ACME.js v3 --- README.md | 11 ++++------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7b7ce97..4b464e0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ -# Do you rely on ACME.js? +# ACME.js v3 on its way (Nov 1st, 2019) -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. +ACME.js v3 is in private beta and will be available by Nov 1st. -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): +Follow the updates on the [campaign page](https://indiegogo.com/at/greenlock), +and contribute to support the project and get beta access now. # [acme.js](https://git.coolaj86.com/coolaj86/acme.js) diff --git a/package-lock.json b/package-lock.json index 6cc4e29..078d5e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "acme", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f593732..fd4a25f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acme", - "version": "1.3.4", + "version": "1.3.5", "description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.", "homepage": "https://git.coolaj86.com/coolaj86/acme.js", "main": "node.js",