From 27f6387668c3595f1024fa93bbbfaf81f2201961 Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Mon, 8 Jun 2026 16:40:12 -0400 Subject: [PATCH] chore(release): bump version to 4.2.2 Mirror of openplc-web. Match the upcoming release tag (v4.2.2): shared APP_VERSION + package.json (root and release/app) so electron-builder installer metadata and the displayed version agree. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- release/app/package.json | 2 +- src/frontend/data/constants/app-version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1ace8e9a8..19de4c005 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.1", + "version": "4.2.2", "license": "GPL-3.0", "author": { "name": "Autonomy Logic" diff --git a/release/app/package.json b/release/app/package.json index 64042f388..e2f51913f 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "open-plc-editor", - "version": "4.2.1", + "version": "4.2.2", "description": "OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime", "license": "MIT", "author": { diff --git a/src/frontend/data/constants/app-version.ts b/src/frontend/data/constants/app-version.ts index f7ba5eecf..4aa14620e 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.1' +export const APP_VERSION = '4.2.2'