From d5c20c58a344d0aa0a9e67a216528814ae700fef Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Thu, 13 Apr 2017 15:21:15 -0500 Subject: [PATCH] Bump version for new CAA parser and new type IDs --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ab3647..3a6d494 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ the name of the type in the format `parser/type..js`. For example, if `CNAME` wasn't already supported and I wanted to add support for it I would follow these steps: -1) Update `dns.types.js` +1) Update `dns.types.js` if it's not there already. ``` A: 0x01 // 1 diff --git a/package.json b/package.json index 9f51fef..8932616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dns-suite", - "version": "1.0.3", + "version": "1.1.0", "description": "testing dns", "main": "dns.js", "scripts": {