diff --git a/package-lock.json b/package-lock.json index 9153e7d..1786ff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/mdns", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matrixai/mdns", - "version": "1.3.2", + "version": "1.3.3", "license": "Apache-2.0", "dependencies": { "@matrixai/async-cancellable": "^1.1.1", @@ -51,7 +51,7 @@ "node": "^20.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "1.3.2" + "@matrixai/mdns-linux-x64": "1.3.3" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index b49c1d9..c368fc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/mdns", - "version": "1.3.2", + "version": "1.3.3", "author": "Matrix AI", "contributors": [ { @@ -48,7 +48,7 @@ "ip-num": "^1.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "1.3.2" + "@matrixai/mdns-linux-x64": "1.3.3" }, "devDependencies": { "@fast-check/jest": "^1.6.2",