From 487de25f1c45928f33c5e119a65b950f59e90573 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 16 Jun 2025 09:20:05 +0100 Subject: [PATCH] chore: bump version to 0.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd9535b..630d5bf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Multi-Build", "publisher": "symless", "description": "Switch all machines to the same Git branch and then builds", - "version": "0.0.6", + "version": "0.0.7", "engines": { "vscode": "^1.99.0" },