From bd8b57efd11e75472e9372a252e91189f8b830d9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 5 Nov 2017 09:17:55 -0700 Subject: [PATCH] bump version --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e1719f8..7c816a7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Install ### systemd service ```bash -curl -L https://git.coolaj86.com/coolaj86/digd.js/raw/v1.1/install.sh | bash +curl -L https://git.coolaj86.com/coolaj86/digd.js/raw/v1.2/install.sh | bash ``` ### with git @@ -33,8 +33,8 @@ npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1' ``` ```bash -# Install exactly v1.1.9 -npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1.1.9' +# Install exactly v1.2.0 +npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1.2.0' ``` ### without git diff --git a/package.json b/package.json index 1ac9c2a..aa7b434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digd.js", - "version": "1.1.9", + "version": "1.2.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",