From e00f68ebdc5ad490b7ae54f9fc94e3f40c925bec Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Tue, 4 Mar 2025 12:40:44 -0800 Subject: [PATCH] bump version to 1.0.5 (#186) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5cc86f..ea4af26 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.4", + "version": "1.0.5", "engines": { "vscode": "^1.75.0" },