From 536e09dff42264ab9703042fe953bec2edca8daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Aug 2026 18:36:26 +0200 Subject: [PATCH] Bump version to 0.1.0 for the first release Co-Authored-By: Claude Sonnet 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b32a57a..30a5c27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valknar/vpinball-wasm", - "version": "0.0.0", + "version": "0.1.0", "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",