From fcc7ee9268d053fe3aac1c7a82cd96009ec89383 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Jun 2023 21:38:35 -0400 Subject: [PATCH] Revert "fix(version): version not updated" This reverts commit 352a1f085ea93e771c02a6a21dc6f5491803bdd8. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19734f5..578029d 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", + "version": "0.0.1", "engines": { "vscode": "^1.79.0" },