From 21f03a08d09f5842f178c0a294ae0812012c5972 Mon Sep 17 00:00:00 2001 From: Jeff Walden Date: Sat, 4 May 2024 22:11:24 -0700 Subject: [PATCH] chore: Update version to 3.0.0-rc4 incorporating the logging of unhandled-and-unexpected command/inquiry rejections and the addition of a "Debug logging" preference that turns on/off debug logging of message/reply processing for a connection. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2487492..11da7b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ptzoptics-visca", - "version": "3.0.0-rc3", + "version": "3.0.0-rc4", "type": "module", "main": "dist/main.js", "scripts": {