From b13042ee4f98ef2eea318ed7aff5ce77ac611083 Mon Sep 17 00:00:00 2001 From: Minty Trebor Date: Fri, 20 Sep 2024 09:26:23 +0100 Subject: [PATCH] 01.03.05 updated for dwc 3.5.3 --- src/BtnCmdMainPanel.vue | 6 +++--- src/plugin.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BtnCmdMainPanel.vue b/src/BtnCmdMainPanel.vue index af98932..333b45f 100644 --- a/src/BtnCmdMainPanel.vue +++ b/src/BtnCmdMainPanel.vue @@ -972,9 +972,9 @@ export default { showSBCCEdit: false, tmpSBCCDef: {}, lastLayoutTabID: null, - btnCmdVersion: '01.03.04', + btnCmdVersion: '01.03.05', btnCmd : { - btnCmdVersion: '01.03.04', + btnCmdVersion: '01.03.05', btnCmdIDUpdateRun: true, systemSettings: { lastID: 1, @@ -1805,4 +1805,4 @@ export default { } } } - \ No newline at end of file + diff --git a/src/plugin.json b/src/plugin.json index ca62b67..baf0e70 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -3,7 +3,7 @@ "id": "BtnCmd", "name": "BtnCmd", "author": "Minty Trebor", - "version": "01.03.04", + "version": "01.03.05", "license": "GPL-3.0-or-later", "homepage": "https://github.com/MintyTrebor", "dwcVersion": "auto",