From cebdf63e72b56cbd8cfbd91d72085fe8aef21216 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Fri, 7 Mar 2025 14:14:23 -0800 Subject: [PATCH] Bump version to 1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 807c5a7..fbc9f07 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.7", + "version": "1.0.8", "engines": { "vscode": "^1.75.0" },