From 0ab4dcd971d5b39dc73c92fdf9e24c27c8c740ad Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 13 Dec 2021 19:27:48 -0800 Subject: [PATCH] Version 0.9.60 --- meshcentral-config-schema.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index f4192edf..9b85a48f 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -310,7 +310,7 @@ "guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." }, "autoRemoveInactiveDevices": { "type": "integer", "default": 0, "minimum": 0, "maximum": 2000, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." }, "deviceSearchBarServerAndClientName": { "type": "boolean", "default": false, "description": "When set to true, the devices search box will match on both the server name and client name of a device." }, - "AgentSelfGuestSharing": { + "agentSelfGuestSharing": { "type": [ "boolean", "object" ], "default": false, "description": "When set to true, MeshCentral Asssitant can create it's own guest sharing links.", diff --git a/package.json b/package.json index 4dc3e243..026f7789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.9.59", + "version": "0.9.60", "keywords": [ "Remote Device Management", "Remote Device Monitoring",