From 82b96d20a854c6f3ef6a8fa7c94a09b429bfb9bb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 17 Jan 2019 09:52:46 -0700 Subject: [PATCH] v2.1.4: fix typo in README --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b55ba7..a0768da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "greenlock-koa", "homepage": "https://git.coolaj86.com/coolaj86/greenlock-koa.js", - "version": "2.1.3", + "version": "2.1.4", "description": "An Automated HTTPS ACME client (Let's Encrypt v2) for Koa", "main": "index.js", "scripts": {