From a4a3a89fd2a9b3d1d68bb5b3dd5b48bbe649193b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 22 May 2018 17:16:11 +0000 Subject: [PATCH] merge with upstream --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 976480b..0168371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digd.js", - "version": "1.2.2", + "version": "1.3.0", "description": "A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix dig command.", "main": "bin/digd.js", "homepage": "https://git.coolaj86.com/coolaj86/digd.js",