From 22f5297582d35c9162eaeffe3687ec58a1952d2d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 4 Nov 2017 21:19:58 -0600 Subject: [PATCH] bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e0255f..631e580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig.js", - "version": "1.3.6", + "version": "1.3.7", "description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.", "main": "index.js", "homepage": "https://git.coolaj86.com/coolaj86/dig.js",