From 6e9cacd65bd509ed360699a6b4d77720003f6423 Mon Sep 17 00:00:00 2001 From: Joseph Adams Date: Thu, 19 Oct 2023 07:55:44 -0400 Subject: [PATCH] critical bug fix --- index.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index fe4b270..cacf851 100644 --- a/index.js +++ b/index.js @@ -139,7 +139,6 @@ class APSInstance extends InstanceBase { width: 6, regex: Regex.PORT, }, - , { type: 'static-text', id: 'info-defaultport', diff --git a/package.json b/package.json index b0ca8e8..69ddfa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "presentationtools-aps", - "version": "2.0.4", + "version": "2.0.5", "main": "index.js", "prettier": "@companion-module/tools/.prettierrc.json", "scripts": {