diff --git a/README.md b/README.md index f6e58df..f8351ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [acme-dns-01-digitalocean](https://git.rootprojects.org/root/acme-dns-01-digitalocean.js) | a [Root](https://rootrpojects.org) project +# [acme-dns-01-digitalocean](https://git.rootprojects.org/root/acme-dns-01-digitalocean.js) | a [Root](https://rootprojects.org) project Digital Ocean DNS + Let's Encrypt for Node.js diff --git a/package.json b/package.json index 04d99ab..33c6b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acme-dns-01-digitalocean", - "version": "3.0.0", + "version": "3.0.1", "description": "Digital Ocean DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js", "main": "index.js", "scripts": { @@ -21,9 +21,8 @@ ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", - "dependencies": { - }, + "dependencies": {}, "devDependencies": { - "acme-dns-01-test": "^3.2.0" + "acme-dns-01-test": "^3.2.1" } }