From 1a5593a4737b7cc9b229145b8f3112d63c1f42a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Csord=C3=A1s?= Date: Mon, 31 Jan 2022 10:23:43 +0100 Subject: [PATCH] Bump up version to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 814b667..fbca3b1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/Ericsson/CodeCheckerVSCodePlugin/issues" }, "license": "Apache-2.0", - "version": "1.0.0", + "version": "1.1.0", "engines": { "vscode": "^1.55.0" },