From eedfe3c17ab410db8e544a431eafa07e2dcaac11 Mon Sep 17 00:00:00 2001 From: James McTavish Date: Wed, 10 May 2023 11:47:40 -0400 Subject: [PATCH] chore: release v0.2.0 (#137) --- snapshot_dbg_extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot_dbg_extension/package.json b/snapshot_dbg_extension/package.json index f4b9a15..a6232e5 100644 --- a/snapshot_dbg_extension/package.json +++ b/snapshot_dbg_extension/package.json @@ -4,7 +4,7 @@ "publisher": "GoogleCloudPlatform", "license": "Apache-2.0", "description": "Integrates the Snapshot Debugger into your IDE. Set dynamic logpoints and grab snapshots from your running applications.", - "version": "0.1.0", + "version": "0.2.0", "engines": { "vscode": "^1.74.0" },