From c978a878fcbf0fd67504d016107fcddebd0d0035 Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Mon, 27 Jul 2026 23:54:18 -0400 Subject: [PATCH] chore(release): bump version to 4.2.10 Ships the LSP alias-location and array-resolution fixes (strucpp v0.6.1). APP_VERSION is the single source of truth for the human-facing version and is byte-identical across both repos; package.json is kept equal so electron-builder stamps the desktop binary with the same value and the release tag v4.2.10 matches. Co-Authored-By: Claude Opus 5 (1M context) --- package-lock.json | 4 ++-- package.json | 2 +- src/frontend/data/constants/app-version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c072c4bb6..b3dbbd786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-plc-editor", - "version": "4.2.8", + "version": "4.2.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-plc-editor", - "version": "4.2.8", + "version": "4.2.10", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index b50ae32f1..8a90807d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-plc-editor", "description": "OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime", - "version": "4.2.9", + "version": "4.2.10", "license": "GPL-3.0", "author": { "name": "Autonomy Logic" diff --git a/src/frontend/data/constants/app-version.ts b/src/frontend/data/constants/app-version.ts index 661f491e9..3b99e5528 100644 --- a/src/frontend/data/constants/app-version.ts +++ b/src/frontend/data/constants/app-version.ts @@ -18,4 +18,4 @@ * compares a per-deploy `BUILD_ID` (git commit SHA), not this version, so a * stale tab is detected on every deploy even without a version bump. */ -export const APP_VERSION = '4.2.9' +export const APP_VERSION = '4.2.10'