From c7668e738127024fe7cd5a44426ae4e7f3c7e050 Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Thu, 13 Apr 2017 15:28:42 -0500 Subject: [PATCH] Bump minor version to v1.2.0 and update dns-suite dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dac124a..9350ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig.js", - "version": "1.1.0", + "version": "1.2.0", "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", "bin": { @@ -40,6 +40,6 @@ "homepage": "https://git.daplie.com/Daplie/dig.js", "dependencies": { "cli": "^1.0.1", - "dns-suite": "git+https://git@git.daplie.com:Daplie/dns-suite#v1" + "dns-suite": "git+https://git@git.daplie.com:Daplie/dns-suite#v1.1.0" } }