From f123395ec2f01d983516426c03103ae134b9b3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Tue, 29 Oct 2024 01:59:15 +0100 Subject: [PATCH] bump plugin version --- vscode-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 7544af86..4a529bfa 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "smithy-playground", "displayName": "Smithy Playground", "description": "Experimental integration for queries in the Smithy language.", - "version": "0.2.12", + "version": "0.3.0", "engines": { "vscode": "^1.69.0" },