From d4b72f697ab5c057ef2212d6793a8cb8949aa74a Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Tue, 3 Jan 2023 21:30:56 +0100 Subject: [PATCH] fix: version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36ae319..b65cf8a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Tothom", "description": "Yet another markdown preview with code block execution.", "icon": "resources/tothom.png", - "version": "0.1.0", + "version": "0.2.0", "engines": { "vscode": "^1.74.0" },