From 956caf8e0d6d6c373b18121cbbfab6b60810c97d Mon Sep 17 00:00:00 2001 From: Thomas Sparks <69657545+thsparks@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:18:24 -0800 Subject: [PATCH] Bump version to 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f8cf0f..77c4f03 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.2", + "version": "1.0.3", "engines": { "vscode": "^1.75.0" },