From b081dac36c736e4a81da16b30be80fac82945929 Mon Sep 17 00:00:00 2001 From: Arvid Paeglit Date: Mon, 27 Apr 2020 19:16:21 +0200 Subject: [PATCH] bumbed version to 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21bf6a30..aa4dc915 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "//": "Changing display name requires change in general.ts", "displayName": "DeepCode", "description": "DeepCode finds bugs, security vulnerabilities, performance and API issues based on AI. DeepCode's speed of analysis allow us to analyse your code in real time and deliver results when you hit the save button in Visual Studio Code. Supported languages are Java, C/C++, JavaScript, Python, TypeScript and XML. Integrations with GitHub, BitBucket and Gitlab.", - "version": "2.0.0", + "version": "2.0.1", "icon": "images/deepCodeLogo.jpg", "publisher": "deepcode", "homepage": "https://www.deepcode.ai/",