Bump version for new CAA parser and new type IDs

This commit is contained in:
Tim Caswell 2017-04-13 15:21:15 -05:00
parent e9a2794990
commit d5c20c58a3
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ the name of the type in the format `parser/type.<typename>.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

View File

@ -1,6 +1,6 @@
{
"name": "dns-suite",
"version": "1.0.3",
"version": "1.1.0",
"description": "testing dns",
"main": "dns.js",
"scripts": {