Bump version to 0.3.2 for the MsgBox fix
CI / Build wasm engine (push) Successful in 10m55s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-23 19:31:05 +02:00
co-authored by Claude Sonnet 5
parent 1d7c4e7b7d
commit 6ff116ba02
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@valknar/vpinball-wasm", "name": "@valknar/vpinball-wasm",
"version": "0.3.1", "version": "0.3.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@valknar/vpinball-wasm", "name": "@valknar/vpinball-wasm",
"version": "0.3.1", "version": "0.3.2",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"devDependencies": { "devDependencies": {
"typescript": "^5.6.0" "typescript": "^5.6.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@valknar/vpinball-wasm", "name": "@valknar/vpinball-wasm",
"version": "0.3.1", "version": "0.3.2",
"description": "Visual Pinball's engine compiled to WebAssembly - real .vpx tables, real VBScript, WebGL2 rendering, in the browser", "description": "Visual Pinball's engine compiled to WebAssembly - real .vpx tables, real VBScript, WebGL2 rendering, in the browser",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"type": "module", "type": "module",