diff --git a/README.md b/README.md index bfd68d1..c57a4df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ acme-v2.js ========== +| Sponsored by [ppl](https://ppl.family) + A framework for building letsencrypt clients (and other ACME v2 clients), forked from `le-acme-core.js`. Summary of spec that I'm working off of here: https://git.coolaj86.com/coolaj86/greenlock.js/issues/5#issuecomment-8 diff --git a/package.json b/package.json index 0f57309..e1a7bb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acme-v2", - "version": "0.6.0", + "version": "0.6.1", "description": "A framework for building letsencrypt clients (and other ACME v2 clients), forked from le-acme-core.js.", "main": "node.js", "scripts": {