Bump minor version to v1.2.0 and update dns-suite dependency

This commit is contained in:
Tim Caswell 2017-04-13 15:28:42 -05:00
parent f65cd74ea3
commit c7668e7381
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "dig.js", "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.", "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", "main": "index.js",
"bin": { "bin": {
@ -40,6 +40,6 @@
"homepage": "https://git.daplie.com/Daplie/dig.js", "homepage": "https://git.daplie.com/Daplie/dig.js",
"dependencies": { "dependencies": {
"cli": "^1.0.1", "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"
} }
} }