diff --git a/package-lock.json b/package-lock.json index 772f162..94862a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@homebridge/ciao", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@homebridge/ciao", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 461e11a..1761828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebridge/ciao", - "version": "1.1.3", + "version": "1.1.4", "description": "ciao is a RFC 6763 compliant dns-sd library, advertising on multicast dns (RFC 6762) implemented in plain Typescript/JavaScript", "main": "lib/index.js", "types": "lib/index.d.ts",