From df57b79f6a6a38fc87e579b3be607cb05197b5d8 Mon Sep 17 00:00:00 2001 From: Gokul K <8376313+gokulk16@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:23:14 +0530 Subject: [PATCH] Update manifest.json - reverting the version back to 1.0.0 since version upgrade is not mandatory --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ec2729a..13dc878 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "select-current-line", "name": "Select current line", - "version": "1.0.1", + "version": "1.0.0", "minAppVersion": "1.0.0", "description": "Selects the current line where the cursor is placed. Press 'ESC' button to select.", "author": "Gokul",