From 8ee46ae4c1065e2c0944ae33751c6021b7a77658 Mon Sep 17 00:00:00 2001 From: Amy Yan Date: Mon, 16 Oct 2023 18:15:35 +1100 Subject: [PATCH] 1.1.5 --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a9b7e4..6e8ba3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/mdns", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matrixai/mdns", - "version": "1.1.4", + "version": "1.1.5", "license": "Apache-2.0", "dependencies": { "@matrixai/async-cancellable": "^1.1.1", @@ -51,7 +51,7 @@ "node": ">=19.0.0" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "1.1.4" + "@matrixai/mdns-linux-x64": "1.1.5" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index b3008f2..4c22d52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/mdns", - "version": "1.1.4", + "version": "1.1.5", "author": "Matrix AI", "contributors": [ { @@ -48,7 +48,7 @@ "ip-num": "^1.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "1.1.4" + "@matrixai/mdns-linux-x64": "1.1.5" }, "devDependencies": { "@fast-check/jest": "^1.6.2",