From c858e19fab7ee3a8bdb946ac22c58c513cd9a325 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 25 Jun 2023 22:21:33 -0400 Subject: [PATCH] updated release version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2e3a75..5fa6f19 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gpt-contextfiles", "displayName": "GPT-ContextFiles", "description": "Choose the files to pass into GPT to provide a question with multiple files (doesn't check context)", - "version": "0.1.3", + "version": "0.2.0", "engines": { "vscode": "^1.79.0" },