From da58e06689f2a259621cd531b8e626e041e16637 Mon Sep 17 00:00:00 2001 From: Hassan Sufi Date: Fri, 9 Jan 2026 10:33:11 -0800 Subject: [PATCH] Bump version to 1.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa3f43e..8f51a0c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "ms-edu", "displayName": "Microsoft MakeCode Arcade", "description": "Make games and learn code. Create retro arcade style video games, art, and music inside VS Code.", - "version": "1.0.8", + "version": "1.0.9", "engines": { "vscode": "^1.75.0" },