diff --git a/package-lock.json b/package-lock.json index 3d5c493..d03269a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/mdns", - "version": "1.2.6", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matrixai/mdns", - "version": "1.2.6", + "version": "1.3.0", "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.2.6" + "@matrixai/mdns-linux-x64": "1.3.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 5982894..5382b42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/mdns", - "version": "1.2.6", + "version": "1.3.0", "author": "Matrix AI", "contributors": [ { @@ -48,7 +48,7 @@ "ip-num": "^1.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "1.2.6" + "@matrixai/mdns-linux-x64": "1.3.0" }, "devDependencies": { "@fast-check/jest": "^1.6.2",