From 6194175067310d17f85354ec4047398175c988b6 Mon Sep 17 00:00:00 2001 From: kaiserthe13th Date: Sun, 6 Feb 2022 14:26:36 +0300 Subject: [PATCH] update version to be able to upload to the marketplace --- highlight/editors/vscode/tr-lang/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highlight/editors/vscode/tr-lang/package.json b/highlight/editors/vscode/tr-lang/package.json index 112fdb3..6f52d02 100644 --- a/highlight/editors/vscode/tr-lang/package.json +++ b/highlight/editors/vscode/tr-lang/package.json @@ -3,7 +3,7 @@ "displayName": "tr-lang", "description": "tr-lang language support for Visual Studio Code", "publisher": "kaiserthe13th", - "version": "0.0.2", + "version": "0.0.3", "engines": { "vscode": "^1.63.0" }, @@ -38,4 +38,4 @@ } ] } -} \ No newline at end of file +}