From ddcde7724e46f52b3a139b4ddb49199074614198 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Thu, 6 Mar 2025 17:31:50 -0800 Subject: [PATCH] Bump version to 1.0.7 bumping for a prerelease --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4db0cfc..807c5a7 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.6", + "version": "1.0.7", "engines": { "vscode": "^1.75.0" },