From 0684cdc0bb70ff4e6a3e3c22ed9087ab3da2aa0e Mon Sep 17 00:00:00 2001 From: Ivan <43139773+ivanmolenaar@users.noreply.github.com> Date: Fri, 29 May 2026 11:44:03 +0200 Subject: [PATCH] Bump version from 1.0.2 to 1.0.3 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fe13413..3c88d55 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "csharp-snippet-runner", "name": "CSharp Snippet Runner", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "1.12.7", "description": "Run C# code blocks using an auto-installed CSharpRepl runtime.", "author": "OHM Engineering",