diff --git a/package.json b/package.json index 0f42852..6659d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-extract", - "version": "2.1.0", + "version": "2.1.1", "description": "Extract the TLD/domain/subdomain parts of an URL/hostname against mozilla TLDs 'official' listing .", "main": "index.js", "types": "index.d.ts", @@ -46,4 +46,4 @@ "url", "parser" ] -} \ No newline at end of file +}