From cf04a008c5c74126ad21cbaf7d013da94a5dc3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Jonathan=20Ordo=C3=B1ez?= Date: Mon, 22 Jun 2026 16:38:49 -0500 Subject: [PATCH] Update version to 1.2.0 in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 91fadd8..4d2b1c6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "remove-task-format", "name": "Remove Task Format", - "version": "1.0.0", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "Remove task checkbox formatting ([ ] or [x]) from the current line using a keyboard shortcut.", "author": "eluisjonathan",