From ea3aab3874fa8ba3b5ba9e0c7202510d4deb3ed6 Mon Sep 17 00:00:00 2001 From: machunyu Date: Thu, 1 Dec 2022 14:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- detect-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect-plugin/package.json b/detect-plugin/package.json index 7ecebb12..b77f4c89 100644 --- a/detect-plugin/package.json +++ b/detect-plugin/package.json @@ -3,7 +3,7 @@ "displayName": "deadlock-detect", "description": "Deadlock detect for C/C++ program which use the posix thread library for Linux system platform.", "publisher": "kylin-code", - "version": "0.0.1", + "version": "0.0.2", "engines": { "vscode": "^1.54.0" },