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'