From c7f7cb6afae55bf03c71eeee46eb5ddb0f797273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Aug 2026 15:17:21 +0200 Subject: [PATCH] Bump version to 0.3.1 for the focus-loss freeze fix Co-Authored-By: Claude Sonnet 5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12a84d2..2fd2099 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@valknar/vpinball-wasm", - "version": "0.2.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@valknar/vpinball-wasm", - "version": "0.2.0", + "version": "0.3.1", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "typescript": "^5.6.0" diff --git a/package.json b/package.json index cfa4422..dc5de2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valknar/vpinball-wasm", - "version": "0.3.0", + "version": "0.3.1", "description": "Visual Pinball's engine compiled to WebAssembly - real .vpx tables, real VBScript, WebGL2 rendering, in the browser", "license": "SEE LICENSE IN LICENSE", "type": "module",