diff --git a/package.json b/package.json index 05fd4751..d268af64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strucpp", - "version": "0.5.11", + "version": "0.5.12", "description": "IEC 61131-3 Structured Text to C++ Compiler", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/version-build.ts b/src/version-build.ts index be7b04bd..b3a55c11 100644 --- a/src/version-build.ts +++ b/src/version-build.ts @@ -2,4 +2,4 @@ // Copyright (C) 2025 Autonomy / OpenPLC Project // AUTO-GENERATED by scripts/rebuild-libs.mjs from package.json. Do not edit by hand — // any changes are overwritten on the next build. -export const STRUCPP_VERSION_BUILD = "0.5.11"; +export const STRUCPP_VERSION_BUILD = "0.5.12"; diff --git a/vscode-extension/icon.png b/vscode-extension/icon.png index 8011bfe0..f7b473d3 100644 Binary files a/vscode-extension/icon.png and b/vscode-extension/icon.png differ